@rp_st
We are trying to disable the interceptor for one of our endpoints in Web, however it still intercepts the request. It would be great if you can help us to solve the issue?
"supertokens-web-js": "0.9.1",
Platform - React Native Web
Code to Intercept:
override: {
functions: (oI: any) => {
return {
...oI,
shouldDoInterceptionBasedOnUrl: () => {
return false;
}
};
}
}
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).