REST API
REST API (also known as RESTful API) is also supported via django-rest-framework
Developers can quickly expose API to the frontend apps or mobile apps.
Consistent Signup, Login Behavior
The Signup
, Login
workflow are the same as the standard Django app. (django-allauth
)
To know more, please check docs on allauth headless
JWT Reference
You can also switch to JWT if you like