Integration guide for Supabase #582
GrimLothar
announced in
Help
Replies: 1 comment 2 replies
-
Hey @grimAgent Yes, it can be as far as it returns an idToken in JWT format. Have you given a try? Simply replace the Firebase part and get the idToken from Supabase and pass that to web3auth. But, one thing to note would be; the JWKS endpoint. Does Supabase exposes its JWKS to an endpoint? This is very much needed to verify the idToken at our end. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I noticed that web3auth works perfectly with Firebase, and saw the guide to make it work.
Was wondering if the same could be done with Supabase?
https://supabase.com/
In case you don't know Supabase, it's an open source alternative to Firebase, which uses a relational Postgre DB instead of the document type approach that Firebase uses.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions