我打算用Django Rest Framework构建一个应用程序.我对使用Django-Rest-Framework-JWT认证机制比使用Session或Token认证机制更感兴趣.
但是所有其他软件包,如Django-Rest-Auth和Djoser(有助于注册过程)都使用Session和Token Authentication系统.
如何使用Django-Rest-Framework-JWT覆盖Djoser或Django-Rest-Auth中的令牌认证机制?
authentication django jwt django-rest-framework django-rest-auth