go-oauth2/oauth2

how to handle concurrency/unique sessions

DennisMuchiri opened this issue · 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?