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

Remove session authentication #103

Closed aminm08 closed 1 year ago

aminm08 commented 1 year ago

Currently, authentication can be done in two methods. The session and the token. Based on our API's functionalities we don't need session authentication and it needs to be removed.