open-ecommerce-api / store-engine

An ecommerce backend-API created using Django and DRF (Django Rest Framework).
GNU General Public License v3.0
13 stars 10 forks source link

Test Token authentication #94

Open EttiFeyzi opened 1 year ago

EttiFeyzi commented 1 year ago

This type of test verifies that a user can authenticate using a token-based authentication scheme. The test should cover scenarios such as successful authentication with a valid token, failed authentication with an invalid token, and expired tokens.