Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

browserid.log: user is authenticated with an email that doesn't exist in the database #454

Closed
jbonacci opened this issue Oct 17, 2011 · 2 comments

Comments

@jbonacci
Copy link
Contributor

Found this a few times in today's (10/17/2011) browserid.log on Beta:
debug: user is authenticated with an email that doesn't exist in the database

Under what circumstances would a user action return this debug message?
And, more importantly, why would we want to allow this?

@ghost ghost assigned benadida Oct 20, 2011
@lloyd
Copy link
Contributor

lloyd commented May 3, 2012

this can happen if you go to browser A, authenticate as a given user, go to browser B delete that user's account, and then go back to browser A. The code immediately clear's the user's authentication status from the cookie. code is lib/wsapi/session_context.js.

Would you like the log message to be updated?

@lloyd lloyd closed this as completed May 3, 2012
@jbonacci
Copy link
Contributor Author

jbonacci commented May 4, 2012

Nah, it's ok as is. I rarely see this.

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

No branches or pull requests

3 participants