🟢Authentication with Supabase

Overview

Setup supabase so Bravo can see it as an oauth2 provider. This needs the following:

  • HTML code to display the login screen and acts as the authorize endpoint

  • Endpoint to return a valid token

  • Config in Bravo

Steps to setup

  • In the data section of Bravo for this app, create a new collection and set its authentication to use oauth2 for the app.

  • Add a new request using the userinfo endpoints from above.

  • Need to have a header with key="apikey" and value="<your supbase anon key>

  • Run it to test the setup is working.

Last updated

Was this helpful?