Hi,
We currently have the following flow in order to get access to our api:
- Use Google SSO to authenticate a user (a user is redirected to our own OAuth callback URL)
- Once the google id token is authenticated in the callback logic, we generate and return a temporary JWT token that can be used to call our api.
I there a way to integrate this flow into our resources on retool, what would be the best way to achieve this?
Ofir