Hey guys, we've been looking for a service to hand...
# support-questions-legacy
v
Hey guys, we've been looking for a service to handle user authentation on our app. One thing we're wondering is the email service through the super token api is also free? We are going to go for the self-hosted option. Also wondering, if we start with the cloud version starting off, how difficult will it be to migrate to self-hosted? And can SuperToken hook into AWS Cognito?
r
Hey @vsradical
The email service is free indeed, for lower volumes - what kind of volumes are you expecting?
Migration from cloud to self hosted is easy. We give you a psql db snapshot, you can restore that in your own db, spin up a supertokens core that points to that, and then make our backend SDK config point to your core. That’s it.
When you say hook into aws cognito, what do you mean?
v
That's awesome! It sounds like a perfect fit for what we need. I was meaning to say, could we replace the cloud service with congnito? But I think I'm misunderstanding. I haven't used Cognito before but I the pricing was very attractive.
r
well, migrating away from supertokens is easy cause we can give you the db snapshot if you are using our managed service. Now migrating into cognito really depends on how they have laid that out.
2 Views