Skip to content
Discussion options

You must be logged in to vote

As of now, I would absolutely recommend to follow the tutorials. They give you several good ideas on how to implement FastAPI concepts (such as Depends, among others) and give a general idea about Oauth2 implementation considerations (such as, JWT, password salting, etc). I had a blast going through them and reading up on the details on different aspects. For example, I have a better grasp of Oauth2, the actors involved and their roles (and terminology used) because I followed and tried to fully comprehend the FastAPI Advanced Security tutorial.

So, will it give you a production ready login system? No, it won't. But you can get the bits and pieces from it that can help you get there!

Also…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by YuriiMotov
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Question or problem question-migrate
2 participants
Converted from issue

This discussion was converted from issue #5021 on February 27, 2023 21:45.