Skip to content
Discussion options

You must be logged in to vote

You seem to want to use a UUID in place of one generated by Supabase Auth. That is currently not possible if the user is signed in or generated with Supabase Auth. And there is no way to generate a Supabase Auth session (different from providing a JWT in the authorization header) from a 3rd party Auth system. You could certainly create a Supabase user and add another UUID in app metadata or in a table to link it to the Supabase created user. You can't add another column to the Supabase users table, but you can use app metadata.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Yehuda-Edelstein
Comment options

@GaryAustin1
Comment options

Answer selected by Yehuda-Edelstein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants