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
630 stars 143 forks source link

Example of asymmetric #16

Closed himalacharya closed 3 years ago

himalacharya commented 3 years ago

I see only private_key and public_key text file. Can I have a example on use of that private key and public key?

IndominusByte commented 3 years ago

Hi @himalacharya, currently in the documentation doesn't have an example to use an asymmetric algorithm, I'm working on to update the documentation. If documentation is ready I will mention you again thanks 🙏

IndominusByte commented 3 years ago

You can check the documentation here Link 😄