DEV Community

Discussion on: Is there a way I can use Django default auth with React with them both decoupled?

Collapse
 
itayb1 profile image
itayb1

Managed to create a view for authentication of users while using built-in SessionAuthentication.

See snippet in reddit.com/r/django/comments/e91gn...