简体   繁体   中英

How to make JWT Token Authentication on pure Django without React?

I am backend dev, and I want to make website without front end, like react or other front end libraries, just on pure Django. I made on Django a website, all is done, and now it is time for JWT Token Authentication.

Is it possible to make it on pure Django, if yes can you give me a hint how, the best will be some videos or done projects. Thanks in advice:))

If the whole site is Django based, including the rendered HTML - then the best way to go should be using Django's built in authentication system.

Django Authentication

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM