Registration and Authentication in your Django app with dj-rest-auth
brunomichetti opened this issue · 0 comments
brunomichetti commented
Registration and Authentication in your Django app with dj-rest-auth
Motivation:
Talk about the dj-rest-auth package that provides a set of REST API endpoints to handle User Registration and Authentication tasks. This package have some little issues and someone that starts using it can get stocked at the beginning. So this blog talks about dj-rest-auth and some tips to use it.
🔍 Keywords:
Django, Python, REST, Authentication, Registration