Replies: 1 comment
-
I know this is a late reply, but maybe it can be useful for future readers. UPDATE: I ended up redirecting the user to an /api endpoint instead of a page, since Supabase doesn't run its auth logic server side. Then redirect the user back to a page, but changing Let me know if you find this useful! :) |
Beta Was this translation helpful? Give feedback.
-
in my application i am checking user has twitter account or not for that i am using twitter oauth2 api for verify it.
so user login to my application using email and password using supabase auth.
after login using i am using twitter sso for verify user. when doing that twitter reidrect url with my application "http://localhost:3000/withsocial?type=twitter&state=state&code=". then supbase hit request https://projectid.supabase.co/auth/v1/token?grant_type=pkce and it return 404 and session reset.
i am confusing how auth session being reset
Beta Was this translation helpful? Give feedback.
All reactions