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

Don't allow clients who are already authenticated to a session to join the session as a new user. #19

Open
RocketPuppy opened this issue Nov 6, 2016 · 1 comment

Comments

@RocketPuppy
Copy link
Collaborator

RocketPuppy commented Nov 6, 2016

If the client has already authenticated as a Questioner or Answerer on a session, don't allow them to re-join the session as a new user. This effectively means checking for the presence of the authentication cookies when joining a session.

Allowing this behavior means clients must explicitly join a session as an unauthenticated user.

See #18 for the opposite functionality.

@RocketPuppy
Copy link
Collaborator Author

I looked into this, but I'm not sure it's really desired. At the minimum, it shouldn't be handled by the server.

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

No branches or pull requests

1 participant