Skip to content

Commit

Permalink
feat(changelog): add support for native recovery (#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 #3273
  • Loading branch information
jonas-jonas authored Nov 15, 2023
1 parent e363889 commit 492808c
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 492808c

Please sign in to comment.