IndominusByte / fastapi-jwt-auth

FastAPI extension that provides JWT Auth support (secure, easy to use, and lightweight)
http://indominusbyte.github.io/fastapi-jwt-auth/
MIT License
636 stars 144 forks source link

Add example for mongodb #7

Closed jet10000 closed 3 years ago

jet10000 commented 3 years ago

I found example for sqlalchemy(SQL), Please add a example for odmantic(mongodb)

https://art049.github.io/odmantic/usage_fastapi/

IndominusByte commented 3 years ago

The purpose of this extension for authorization, not authentication so you can use it without a database, you can see later in documentation (under development). if you have any question please don't be hesitate 🙏