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

Testing user authentication #89

Open EttiFeyzi opened 1 year ago

EttiFeyzi commented 1 year ago

when users authenticate with an application, its important to ensure that their credentials are properly validated and that they are able to access protected resources.