cURL
Auth
Start an OAuth flow and return the provider URL the browser should visit
POST
cURL
Body
application/json
Available options:
google, apple, microsoft Available options:
fluide-admin, fluide-capital-admin, fluide-super, fluide-developer Where the SPA wants the browser to land after a successful exchange (it gets ?token=…).
Example:
"https://app.fluide.app/post-auth"
Example:
"https://app.fluide.app/sign-in?error=oauth"
Response
The response is of type object.
Revoke the current JWT (jti goes onto the Redis denylist)OAuth provider callback — exchanges code, mints our JWT, redirects to S…