Replies: 1 comment 2 replies
-
I understand that you want to implement your own username/password form in your app. Right now, that's not possible. You can only authenticate users through the OAuth2/OpenID Connect flow, which is the most secure approach when dealing with external auth providers. Letting users implement their own login form would require us to implement a dedicated API, with the need to support lot of things like external OAuth Providers (or 2FA in the future). That's not something we plan in the short term. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, does it?
And if so, how do I implement a user/pass flow with fastapi as a web application? I couldn't find it in the tutorial, any example would be great.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions