Verify without LoginForm #374
meteoDaniel
started this conversation in
Ideas
Replies: 2 comments
-
PS: I have found a work around that will work for me so far. But really looking forward to have such feature in fief :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, for now login is only handled through our own UI. There is no API allowing you to "integrate" this process in your own app. This is something we'll probably add in the future, but it's a quite complex one (we have to handle lot different use cases, like social login, email verification or even 2FA). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear fief-Team,
I really like your porject and I started to dig deeper into it because I really need a User Management tool for our applications based upon FastAPI.
As far as I understand, Login is only possible via the LoginForm in the Browser.
fief/fief/apps/auth/routers/auth.py
Line 154 in 9c7e72e
So for me it would be very helpful to have one of the two options:
A possible solution can look like this:
https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/
If you can tell me where to add a first guess, I can open-up a PR to support the dev of the feature.
Beta Was this translation helpful? Give feedback.
All reactions