Skip to content

feat: Upgrade kratos client to 0.9.0-alpha3, add error handling for password

Maarten de Waard requested to merge 33-upgrade-kratos-client into main

Closes #33 (closed)

To upgrade Kratos to version 0.9.0-alpha3 we need to make some changes. Most notably the identities endpoint moved to /admin/identities. I also upgraded the kratos python library to make sure the web/ stuff still works.

Apart from that, during testing, I noticed that errors were not rendered in the web/ part of the application. I added a page that renders Kratos errors (kratos is configured to use this page in stackspin!1012 (merged)). I also added rendering for messages about failed password upgrades.

Edited by Maarten de Waard

Merge request reports