Hello, I'm using Supertokens with Go. Is it possib...
# support-questions-legacy
y
Hello, I'm using Supertokens with Go. Is it possible to change add/delete recipes after calling
supertokens.Init
. For example in a B2B SaaS case a customer adds a new thirdparty IdP. I would like to avoid a reinit of the supertokens SDK.
r
Hey @yoo this is possible, but would require. A lot of customisation on your end. You would have to essentially build a generic OAuth client connection which would fetch configs from a db based on your customer’s configured idp.
The good news is that we are working on this feature right now and will be available in a few weeks. So you should wait.
m
this is really important for MFA for console/admin panels
2 Views