Re: jwt authentication in ninja without django user

2024-10-12 Thread Abdul Qoyyuum Haji Abdul Kadir
Hi Krishnakant, If you wanna use Django Ninja's Auth, then use it properly: Authentication - Django Ninja (django-ninja.dev) And if you insist on logging in with JWT, please use django-ninja-jwt. django-ninja-jwt ยท PyPI

jwt authentication in ninja without django user

2024-10-11 Thread Krishnakant Mane
Hello. This seems very complex to me. I have previously used other Python and non-Python frameworks and one thing I always did is to create my own user table and respective model. I wish to do the same thing in django with ninja. I also find the jwt authentication articles/ blogs online very