Sergey Plaunov
Sergey Plaunov
## Related issue(s) #707 ## Checklist - [ x] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). - [ x] I have referenced an issue containing the design document if my change...
Implements new "SMS" login strategy. This strategy requires two login flow submissions: - the first one is to send a phone number to the server - and the second -...
**Is your feature request related to a problem? Please describe.** Mobile applications developers often choose to authenticate their users by sending unique SMS codes. This type of flow is not...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
Verification links are delivered by email and supposed to be used with a browser. But if mobile app registers the URL, the user will be promoted to open the link...
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/kratos/blob/master/CODE_OF_CONDUCT.md). -...
When using long sessions and before executing some critical operations apps need a method to ensure session token/cookie was not compromised. But it might be undesirable to force user to...
When user clicks the verification link sent over email and the link has expired, then Kratos creates new verification flow and browser is redirected to verification ui with the new...
While upstream parameters are already supported as part of a user request, sometimes there is a need to set them as a static values in a provider config. ## Related...
This PR adds data from `flow.internal_context' field into the context of Jsonnet mapper. So this data could be used in webhook calls. ## Related issue(s) ## Checklist - [ x]...