i'm looking to use this library for our project bu...
# general
t
i'm looking to use this library for our project but i had a couple of questions. our application will allow users to purchase items. We have a some endpoints that require authentication (placing orders, logging in, logging out, changing profile and settings info) and others that done (view available products, view product details) i was thinking of have one axios/supertoken instance to handle the endpoints that require authentication, and another axios for the non-secured endpoints on the backend, would i be able to wrap a small set of endpoints that require authentication and leave out the others?
3 Views