-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Should we use API tokens?
- While tokens are best utilized for a high number of concurrent users and traffic, basic authentication (only username/password) is not recommended for production environments because of the security risk.
- It would be in best practice to implement this.
Docs:
https://www.django-rest-framework.org/api-guide/authentication/#generating-tokens
https://www.django-rest-framework.org/api-guide/authentication/
https://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication
Metadata
Metadata
Assignees
Labels
No labels