Skip to content

Commit

Permalink
feat(changelog): add support for native recovery (ory#3624)
Browse files Browse the repository at this point in the history
Adds the ability to complete the recovery flow properly on API flows. This PR also streamlines the behavior for SPA flows to not return 422 errors anymore. To enable this new behavior, set the features.use_continue_with_transitions flag in the config to `true`.

See also ory#3273
  • Loading branch information
jonas-jonas authored and moose115 committed Dec 7, 2023
1 parent 23b9692 commit e967ca6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/quickstart/kratos/email-password/kratos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,6 @@ identity:
courier:
smtp:
connection_uri: smtps://test:test@mailslurper:1025/?skip_ssl_verify=true

feature_flags:
use_continue_with_transitions: true

0 comments on commit e967ca6

Please sign in to comment.