Skip to content

secure or insecure method? #3

@peacemakr

Description

@peacemakr

In xirsys_connect.js, the secure method is also expecting secret etc on the client side.

// Secure method
var xirsysConnect = {
	secureTokenRetrieval : true,//change this to true for authenticating from server
	server : '/webrtc/',//<-- Path To Server Auth (node server listens to this path)
	data : {
		domain : '< www.yourdomain.com >',
		application : 'default',
		room : 'default',
		ident : '< Your username (not your email) >',
		secret : '< Your secret API token >',
		secure : 1
	}
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions