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
rp_st
12/09/2022, 2:38 PM
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.
rp_st
12/09/2022, 2:39 PM
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
mib200
12/09/2022, 4:57 PM
this is really important for MFA for console/admin panels