Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security support #13

Open
mbcooper opened this issue Mar 22, 2017 · 1 comment
Open

Security support #13

mbcooper opened this issue Mar 22, 2017 · 1 comment

Comments

@mbcooper
Copy link

This is a nice component.

I'd like to see options expanded so we could pass an Auth token in the header, so connections are authorized.

@patricksculley
Copy link
Contributor

That's one approach but what I do is append the session id to the URL and then the Java backend picks it up like this:

@onopen
public void onOpen(@PathParam("sessionKey") String sessionKey, Session session) {
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants