vitalik / django-ninja

💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
https://django-ninja.dev
MIT License
7.38k stars 438 forks source link

django-ninja jwt auth #55

Open jet10000 opened 3 years ago

jet10000 commented 3 years ago

for reference

http://indominusbyte.github.io/fastapi-jwt-auth/

It's easy and simple

fessacchiotto commented 3 years ago

It's easy and simple

do you mean this code could be used as a base to implement a jwt auth plugin for Django-ninjia?

pratik-chakravorty commented 3 years ago

Any example within the docs of how to implement a basic JWT auth would be helpful.