-
-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
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
| form_helper = FormHelper( |
So for me it would be very helpful to have one of the two options:
- Login made available via query/header/cookies by passing E-Mail and Password to retrieve a Token
- User can generate an Access Token in its User Profil similar to the way it works in the admin dashboard for the admin.
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.
Metadata
Metadata
Assignees
Labels
No labels