-
Notifications
You must be signed in to change notification settings - Fork 0
OAuth2
Frédéric Branchaud-Charron edited this page Feb 24, 2024
·
1 revision
We use the Oauth2 protocol to authenticate users.
More precisely, the frontend gets a code from Google, sends it to the backend which can then use the code to authentify the user. We can then return the token to the frontend which can use it to authentify future requests.