You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
DennisMuchiri
changed the title
how to handle concurrency
how to handle concurrency/unique sessions
Aug 27, 2023
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?
The text was updated successfully, but these errors were encountered: