Jonas Hungershausen

Results 120 comments of Jonas Hungershausen

@kasbuunk no, unfortunately not. That PR only provided the basis for this feature and an implementation for the recovery strategy. Login & Verification are the next flows we want to...

Yes, recovery should need that too: https://github.com/ory/kratos/blob/master/selfservice/flow/recovery/error.go#L82 I can take a look, or if you want to do it, you can do that in here. @splaunov :)

@piotrmsc, yeah, I tried a lot of stuff to just get the major version, but couldn't figure out how to get regex capture groups working in bash. If you have...

@piotrmsc I have cleaned up the check in the script and pinned the node version to 16 in the workflow file. Could you take another look? :)

>works, but general question: why we don't in general adjust the scripts to work with newer versions of node? Because that will require updating a bunch of dependencies in a...

Relate to https://github.com/ory/kratos/issues/2422

This PR contains a first (rough) draft of what the documentation for the new OTP recovery could look like. View the deployment here: https://docs-aawyychh3-ory.vercel.app/docs/kratos/account-recovery-password-reset Open points: 1. @aeneasr mentioned that...

Thanks for the questions: >I'm confused by the setup where you have "the new document" and the "legacy" one. Seems major chunks of content are directly copied over from one...

Requires https://github.com/ory/sdk/pull/214

> Note: does the flow reset aal2? I double-checked this against the current implementation and added a note on MFA during the recovery. There is a config key to enforce...