Implementing custom oauth2 provider with Supabase 🔥
Hello , i have an main project and another oauth provider project where user can make application with that , get client_id and client_secret , set redirect_url and done
Then user can login with that oauth provider app in current app , and then auth provider logged in data will be transfered to current app as our oauth2 logic
But i had a question
Is it possible to handle authentication process and code exchange with Supabase for that application or i should handle it myself?
Then user can login with that oauth provider app in current app , and then auth provider logged in data will be transfered to current app as our oauth2 logic
But i had a question
Is it possible to handle authentication process and code exchange with Supabase for that application or i should handle it myself?