Nikita Boldasov
Nikita Boldasov
If somebody added a cryptographically-secure RNG to the game (and possibly an RNG based on [RDRAND](https://en.wikipedia.org/wiki/RDRAND)), would it be merged?
I just found out that it works the other way around. If I sign up with an email code (OTP), SMS message `Your verification code is: ` is sent then...
After a little research, it seems enabling of `verification` hook is hardcoded: 1. [Registration flow](https://github.com/ory/kratos/blob/master/driver/registry_default_registration.go#L30-L33) 2. [Settings flow](https://github.com/ory/kratos/blob/master/driver/registry_default_settings.go#L33-L36)
Extra info for setting "Phone login with SMS code (OTP) + email login with password, email verification is enabled": If I enable `show_verification_ui` and then register with email+password, the verification...
Sorry, it seems "interrupting" is a wrong word to describe what I meant here. It should be more like skipping of triggering web hook remote url, without actual interrupting of...
Having the same issue.
I'm trying to migrate schemas with `copy` and `move` ops. I need to rename some fields. Trying to do that with Postman requests. Without `copy` and `move`, I'll have to...
Another useful configuration could be: * If a user is logging in with a phone number, then check whether the phone number is verified or not * If a user...
The described behavior is tested, so I can't (setting up a hook that's run after an identifier is provided but before a code is sent). I have no permissions to...