OAuth Callback Handler and Returns auth_code #32649
Unanswered
SharkGW
asked this question in
Feature Requests
Replies: 1 comment
|
Not sure what you mean here, this works the same as it does in the Javascript server side frameworks. You need to setup your |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, there is no built-in function in the auth-py library to handle OAuth callback process. This feature would significantly improve the developer experience for those using supabase.auth to manage custom login/signup flows in backend frameworks like FastAPI.
Example Implementation:
All reactions