top | item 35897599 What auth do you use? Why? 3 points| CGamble26 | 2 years ago For example, Sign up/Login with Google/Apple etc, magic links, and/or one time passcodes. 6 comments order hn newest Lacerda69|2 years ago For anything serious password + WebAuthn MFA with Ory Kratos. It lets me choose any method really, can be self-hosted or used as SaaS.IMO it's almost always good to offer some OIDC social login, just depends what provider your users use.- https://github.com/ory/kratos CGamble26|2 years ago This may be a dumb question but, why couldn’t applications just use Webauthn? Why add passwords? load replies (1) shams93|2 years ago I've used jwt with react, making sure to secure the token properly. In my next project I want to use openid so users don't have to manually create a new account. CGamble26|2 years ago How long did that take you to build?
Lacerda69|2 years ago For anything serious password + WebAuthn MFA with Ory Kratos. It lets me choose any method really, can be self-hosted or used as SaaS.IMO it's almost always good to offer some OIDC social login, just depends what provider your users use.- https://github.com/ory/kratos CGamble26|2 years ago This may be a dumb question but, why couldn’t applications just use Webauthn? Why add passwords? load replies (1)
CGamble26|2 years ago This may be a dumb question but, why couldn’t applications just use Webauthn? Why add passwords? load replies (1)
shams93|2 years ago I've used jwt with react, making sure to secure the token properly. In my next project I want to use openid so users don't have to manually create a new account. CGamble26|2 years ago How long did that take you to build?
Lacerda69|2 years ago
IMO it's almost always good to offer some OIDC social login, just depends what provider your users use.
- https://github.com/ory/kratos
CGamble26|2 years ago
shams93|2 years ago
CGamble26|2 years ago