https://supertokens.com/ logo
j

Jake

05/17/2022, 12:19 PM
Apologies for the bunch of questions. If I want to be able to programatically create a user would i use the /recipes based API endpoints. Scenario is inviting another user through an admin screen?
r

rp

05/17/2022, 12:20 PM
Yea! We also have a bunch of helper functions in the SDK itself to create new users
j

Jake

05/17/2022, 12:21 PM
Ok cool. Also, is it possible to have multiple users per SuperTokens SaaS service?
r

rp

05/17/2022, 12:21 PM
Can you elaborate more?
j

Jake

05/17/2022, 12:21 PM
https://supertokens.com/dashboard-saas - can I have multiple admin accounts
r

rp

05/17/2022, 12:22 PM
As in you want to invite team members to the dashboard?
j

Jake

05/17/2022, 12:22 PM
Yeah!
r

rp

05/17/2022, 12:23 PM
ah right. That's not possible yet 😦 The dashboard itself is very limited in what you can do with it... so that's not a priority. We are working on an actual user management dashboard, and once that is there, we will add that feature.
j

Jake

05/17/2022, 12:31 PM
No probs, just checking. Thanks
BTW, love how easy it is to follow how supertokens works. So simple in comparison to other providers
r

rp

05/17/2022, 12:36 PM
thank you!! appreciate it :))
j

Jake

05/18/2022, 11:17 AM
hey @rp got a follow up question if you don't mind. I've noticed
EmailPassword.signUp(...)
is static. Is the fact you superTokens.init( { recipies: [EmailPassword] }) initialises the recipe with the correct backend url and api key?
r

rp

05/18/2022, 11:19 AM
correct.
2 Views