Authentication
Finindex uses JWT-based authentication via Supabase Auth, shared with the Cutmake API. Obtain anaccess_token, send it as a Bearer token on every request, and refresh it before it expires.
Login
Login is form-encoded (application/x-www-form-urlencoded) with username and password fields. The username field is the user’s email address.
User’s email address
User’s password
Refresh
Exchange a validrefresh_token for a new access_token.
The refresh token issued at login