Hi !
I have a quite special need. I have my front-end with Supabase (Yes I’m sorry but it’s like that, don’t ask) and I have a service I need to connect to that uses only Auth0.
Can I connect my user in background (the credentials are the same between Supabase and Auth0), so my service using Auth0 could just open without a login.
Is it possible ? Or not…
(Because I tried something with the client token, but it didn’t work)
After doing some research, it looks like Supabase offers a documentation that goes over how to integrate with Auth0 as a third-party authentication provider, which sounds like it matches your use-case. Let me share the docs on this matter that I was able to find: