Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into basic_auth
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroMiola committed Mar 30, 2024
2 parents 864ded9 + 6eb6247 commit 0d49229
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# auth-in-fastapi-notes
Assorted notes on **authentication** and **authorization** in `FastAPI`. Intended to serve as _personal_ learning resource.

![401 Cat](https://httpcats.com/401.jpg)

## Motivation
Besides being interested in grasping the nuances of **authentication** and **authorization** in (and with) `FastAPI`, I'd like to take the chance to experiment with `SQLModel`, `FastUI` and `MkDocs` as well.

## References
- [Official FastAPI tutorial](https://fastapi.tiangolo.com/learn/)
- [Building Data Science Applications with FastAPI - François Voron](https://www.amazon.it/Building-Data-Science-Applications-FastAPI/dp/1801079218/ref=sr_1_1?crid=1IYBL36XL6NSP&dib=eyJ2IjoiMSJ9.9qNZ-FDMPnD5O9gjsS0JjhnKFzRvg-_u1ebi0AXmkQnGjHj071QN20LucGBJIEps.F9TEUYPEUJhGe_tka1eyX_-Aqz2RU6pfwhXHAqp2mOs&dib_tag=se&keywords=francois+voron+fastapi&qid=1711230466&sprefix=%2Caps%2C160&sr=8-1)
Expand Down

0 comments on commit 0d49229

Please sign in to comment.