Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Example project showing how to implement Django Rest Framework authentication in your web application by leveraging the built-in Django session framework.

This approach is way simpler (and secure) than other popular methods such as JWT, and has only one requirement: your frontend (think Vue.js, React, ...) and your backend should be served by the same domain.

A more detailed explaination can be found in my tutorial:

About

Example project showing how to implement Django Rest Framework authentication in your web application by leveraging the built-in Django session framework.

Resources

Stars

19 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages