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

how to handle concurrency/unique sessions #250

Open
DennisMuchiri opened this issue Aug 27, 2023 · 0 comments
Open

how to handle concurrency/unique sessions #250

DennisMuchiri opened this issue Aug 27, 2023 · 0 comments

Comments

@DennisMuchiri
Copy link

If multiple users are ddoing oauth at same time, does this mean this
store.Set("LoggedInUserID", r.Form.Get("username"))
will retrieve username of the most current user?,; what will happen to the previous user?? How do I handle concurrent authentication?

@DennisMuchiri DennisMuchiri changed the title how to handle concurrency how to handle concurrency/unique sessions Aug 27, 2023
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

1 participant