oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

how to handle concurrency/unique sessions

Open DennisMuchiri opened this issue 2 years ago • 0 comments

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 avatar Aug 27 '23 12:08 DennisMuchiri