You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
The current authentication method via email, username, password and API key is complicated to implement and not as easy to manage.
Instead, a simpler token authentication would be nice as an alternative.
This would also make it easier for third parties to use the API in the future.
For now we should just add this as alternative, not replacing the old authentication flow.
I think you also need to log in normally to obtain the token.
The current authentication method via email, username, password and API key is complicated to implement and not as easy to manage.
Instead, a simpler token authentication would be nice as an alternative.
This would also make it easier for third parties to use the API in the future.
Django REST provides a token-based authentication themselves, but it is quite limited (e.g. only one token per user).
They recommend the third-party package https://github.com/James1345/django-rest-knox which would probably be a good option for us.
The text was updated successfully, but these errors were encountered: