Is there anyway to update the SuperTokens backend configuration (specifically the Oauth2 provider cr...
o
Is there anyway to update the SuperTokens backend configuration (specifically the Oauth2 provider credentials) while its running?
r
hey @Ollie. not at the moment. It would require you to change the credentials in the code and restart the backend API layer. But we will be releasing an update soon (in a few weeks) wherein you can update these credentials / config on the fly.
o
Perfect! Im really excited for this feature, so in theory I should be able to update the provider credentials via an API route (that i'd make) and they would "just work"?
Will there be any built in way to test if the credentials will work?
r
yea i mean you would call an API on the core to update the credentials and it would just work - yea
> Will there be any built in way to test if the credentials will work? Not really. But you could make those changes to your dev env first and test it out
o
I am working on a SaaS project (mostly for fun) in which the user would set their own OAuth provider credentials for their store.
r
right. Makes sense
this would be a paid feature though
o
being able to update the config?
on SuperTokens
r
yea. this along with multi tenancy
if you have just one tenant, then it would be free. But multiple tenants is paid
o
Even for the self hosted core?
r
yes
o
👍
6 Views