We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Let's look at the remember flag. If remember is set to false, then this has currently no effect to an existing AuthN cookie. So let's assume:
remember
sess-user
not-sess-user
remember: false
Then currently, this has no effect on the session. So after this flow, sess-user is still authenticated although a different user has authenticated.
The text was updated successfully, but these errors were encountered:
consent: Adds authN session revokation on specific errors
b6b6629
Closes #854 Closes #855
11d1497
aeneasr
No branches or pull requests
Let's look at the
remember
flag. If remember is set to false, then this has currently no effect to an existing AuthN cookie. So let's assume:sess-user
authenticatednot-sess-user
andremember: false
Then currently, this has no effect on the session. So after this flow,
sess-user
is still authenticated although a different user has authenticated.The text was updated successfully, but these errors were encountered: