okupter / kitforstartups

The Open Source SvelteKit SaaS boilerplate.
https://kitforstartups.com
MIT License
705 stars 32 forks source link

Consider using Ory for Auth #5

Open vinckr opened 1 year ago

vinckr commented 1 year ago

Hey, nice work! I am looking for a good startup boilerplate :-) Forgive me for asking but, have you had a look at Ory?

I think you could profit from not implementing the Auth stuff again - magic link, integrations, MFA, biometrics, SSO (and then more down the line). With Ory you get it out of the box, either as managed service or self-hosted.
Ory Kratos (also called Ory Identities) is the main open source service that is needed for self-hosting and Ory Network would be the managed service. There are also capabilities for permisssions/roles/multi-tenancy/becoming OAuth2 provider, etc... if needed.

Let me know if that is something you would consider, and I would be happy to support you in adding it! cheers,

JustinyAhin commented 1 year ago

Hi @vinckr, Thanks for this. I didn't know about Ory before. I'll take a look and see if I can implement it. Also, I'll keep this issue open in the meantime.

And sure, I'll ping you if I need any help implementing it.