what does self hosting actually mean? <https://sup...
# random
e
what does self hosting actually mean? https://supertokens.io/pricing
m
self host - to host it on your own. it means you get the application and you'll have to deploy/run/operate/maintain on your server
e
ok got it. So in case of self hosted I will have to deploy it on digitalOcean or linode or heroku somewhere like that right?
m
Yes
e
I am building saas application and want to have admin users which will create regular users with some roles & permissions. So for this use case I checked okta and auth0 but they have limit on users so moved away from it. So I got 2 options (open source identity management) 1. https://supertokens.io/ 2. https://www.ory.sh/kratos/docs/quickstart/ Have you used any of these?
I checked kartos but its docs are difficult for me to grasp 😅 I will have to spend some more time
Also one more question is it difficult to manage self hosted
m
havent used either, okta and auth0 are pretty much the leading IDPs. Also auth0 was acquired by okta https://auth0.com/blog/okta-acquisition-announcement/
it difficult to manage self hosted
it depends on what your definition of "difficult" is and whether the app has any stateful components - such had databases. In that case operating it becomes significantly much harder. Many believe installing and operating to be the same thing - installing is a tiny part, operating it definitely much more challenging due to the different and unpredictable ways in which things can break
e
ok got it