Skip to content

Commit

Permalink
Merge pull request #3 from AlessandroMiola/update_readme
Browse files Browse the repository at this point in the history
chore: update readme
  • Loading branch information
AlessandroMiola authored Mar 29, 2024
2 parents ffca697 + 3894715 commit 6eb6247
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ __pycache__
.vscode/
.pytest_cache/
.ruff_cache
.env
db-data/
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# 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)
- [FastAPI, Modern Python Web Development - Bill Lubanovic](https://www.amazon.it/FastAPI-English-Bill-Lubanovic-ebook/dp/B0CLKZJSGV/ref=sr_1_1?__mk_it_IT=%C3%85M%C3%85%C5%BD%C3%95%C3%91&crid=28VDYBD8BR4BH&dib=eyJ2IjoiMSJ9.HS0ZhNFcQphEJqcEkyVZbw.FbU2KbkL1zNLeGVzLk9p3o_oIQipAGAi9yaEnkk3k0M&dib_tag=se&keywords=fastapi+lubanovic&qid=1711230503&sprefix=fastapi+lubanovic%2Caps%2C102&sr=8-1)
- [Tiangolo's full-stack-fastapi-template](https://github.com/tiangolo/full-stack-fastapi-template)
- [Tiangolo's full-stack-fastapi-template](https://github.com/tiangolo/full-stack-fastapi-template)

0 comments on commit 6eb6247

Please sign in to comment.