After user granted/allowed to access their calendar, google auth is responding with the callback URL with code.
Let's say two users are trying to give access to their calendar at the same time, the server will receive two callback request from google with code. In this case, how to identify the user from whom this callback is received?
I need to store the access_token and refresh_token along with the user email to synchronize the calendar events.
Any ideas?