Use nextauth with supabase email and password
I know this is not a recommended practice. But im trying to setup nextauth to work with supabase's
I have created the CredentialsProvider but once I submit the user and password, I get redirected propperly but the user's logged in session isn't persisted.
This is the provider im currently using, how can I extend the t3-stack in order to get this working?
1 Reply
Next auth only supports jwt for the credential login, doesn't support the server session way.