You can use the same axios instance for APIs that ...
# general
r
You can use the same axios instance for APIs that require authentication and for the ones that don’t. But if you want to use different instances, that works perfectly fine too. Now to actually answer your question, on the backend, you can apply SuperTokens to a subset of APIs quite easily. Are you using node? @tredstone
2 Views