Skip to content

Registration and Authentication using login and passwords #209

Answered by frankie567
biboobserota asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @biboobserota 👋

Fief is not intended to be used directly as an authentication API. You need to think of it as a separate service which will handle all the login process. Your application will only receive a token you can use to identify the current user. We have a complete example for FastAPI here: https://docs.fief.dev/integrate/python/fastapi/

If you need more control and want to implement the authentication endpoints directly on your backend, then Fief might not be for you. You can have a look at dedicated libraries for this, like FastAPI Users.

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@biboobserota
Comment options

Comment options

You must be logged in to vote
5 replies
@alexiamcdonald
Comment options

@frankie567
Comment options

@alexiamcdonald
Comment options

@frankie567
Comment options

@martincpt
Comment options

Answer selected by biboobserota
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants