Hi. Anyone using unified login on Supertokens? What is your experience? I cannot even enable it without scheduling a call with Supertokens sales.
Here is my use case. I am building a multi-tenant SaaS that has a big e-commerce component. From an authentication perspective, there will be a common back office, which would require auth, and then there would be a different auth for each new storefront/tenant as they are created (think Shopify). Our backend is mostly C#, and there is no C# SDK currently. The lack of a C# SDK isn't that much of an issue because we prefer to use standard protocols for the stack, in the case of auth, we want to use OIDC / OAuth2 for the frontend login flow and also for the backend flow where we can just verify JWT claims using standard libraries. Supertokens-specific functionality would only feature when we create tenants or manage branding etc.
If anyone is currently using unified login (and perhaps multitenancy), please can you help validate my use case. I.e. when you are using unified login, can your frontend and backend work entirely without any reference to Supertokens directly (except this would be after the setup is done at a different level)