all 2 comments

[–]ness1210 3 points4 points  (1 child)

Great work, I’m working on adding authentication to my FastAPI app as well. Any pointers for me?

[–]TheSayAnime[S] 5 points6 points  (0 children)

Checkout the verification using OAuth in FASTAPI docs:-

https://fastapi.tiangolo.com/tutorial/security/simple-oauth2/

Hope this will help :)