Taskcollect's Google Authentication Manager.
A small microservice with one purpose: take care of token exchange with Google.
/v1/exchange
Query Parameters
code
- the one-time access code from the frontend
Returns
Google will only return a refresh token if this is the user's first time authorizing with the application UNLESS you specify prompt=consent
in the clientside sign-in code!