Hello!
Can SuperTokens be used as a provider of JWTs for Netlify's Role-based access controls? Has anyone tried this?
https://docs.netlify.com/visitor-access/role-based-access-control/
Context: my company has several internal websites hosted on Netlify that we would like to protect using Netlify's role-based access controls.
Netlify does provide their own Identity system, but it only works on a site-by-site basis and we would like to provide a single login that is valid for several sites that are served from separate Subdomains. SuperTokens seems to have this use-case covered according to this:
https://supertokens.io/docs/emailpassword/common-customizations/multi-tenancy/one-login-many-sub-domains
Thanks! SuperTokens looks like a really useful tool. I have previously tried Auth-0, but could not seem to get the configuation working.