Ability to use any third party auth with asymmetric key #32775
Unanswered
jbojcic1
asked this question in
Feature Requests
Replies: 1 comment
-
Currently, the thing that is holding me back from migrating to supabase is it's limited auth. Honestly, they should just support creating custom session tokens and allow us to handle user verification in edge functions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now when you want to use Supabase with some third party auth you have two options:
Option 2 is very cumbersome and adds unnecessary complexity. Option 1 works only for those providers but I don't see why it should not be possible to make it work for any provider that uses asymmetric key (pub/priv key pair where jwt is signed with private key). Can't Supabase allow pasting public key of any auth provider in the settings instead which should be enough to validate the key?
Beta Was this translation helpful? Give feedback.
All reactions