Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
1–10 of 114 posts
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#2I thought it was well-established that SMS text messages should not be used for authentication purposes?
Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#3One thing which was very painful was adapting the custom UI. I started with an existing example project and adapted it but it was a confusing mix of server code and CSS in JS which made it very difficult to "get at" some of the HTML / CSS.
Any movement on that front with the project?
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#4> SMS support I thought it was well-established that SMS text messages should not be used for authentication purposes? Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#5> SMS support I thought it was well-established that SMS text messages should not be used for authentication purposes? Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#6> SMS support I thought it was well-established that SMS text messages should not be used for authentication purposes? Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#7> SMS support I thought it was well-established that SMS text messages should not be used for authentication purposes? Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
Everyone says this here, but no one has shown any concrete proof that SMS could be hacked more easily than say TOTP.
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#8> SMS support I thought it was well-established that SMS text messages should not be used for authentication purposes? Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
- Using SMS for phone verification
- Using SMS for mobile login (think dating apps for example)
- Using SMS for two-factor where other factors are not available / convenient (often in emerging markets)
SIM Swap Attack, SIM Port Hacking are all real, but as always in security it comes down to your threat model to decide what's acceptable risk and what isn't.
Hope this makes sense (maintainer here).
Re: Auth0 OSS alternative Ory Kratos now with passwordless and SMS support
#9> SMS support I thought it was well-established that SMS text messages should not be used for authentication purposes? Here's the original feature-request: https://github.com/ory/kratos/issues/1570 - user @zepatrik raised concerns about this and everyone else just ignored him. Yikes.
Everyone says this here, but no one has shown any concrete proof that SMS could be hacked more easily than say TOTP.
Of course you should be located in the same country. But it's a risk nonetheless.