Skip to content

Commit

Permalink
autogen(docs): regenerate and update changelog
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Sep 19, 2023
1 parent e6af6db commit fc057a8
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

**Table of Contents**

- [ (2023-09-18)](#2023-09-18)
- [ (2023-09-19)](#2023-09-19)
- [Breaking Changes](#breaking-changes)
- [Bug Fixes](#bug-fixes)
- [Documentation](#documentation)
Expand Down Expand Up @@ -313,7 +313,7 @@

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-09-18)
# [](https://github.com/ory/kratos/compare/v1.0.0...v) (2023-09-19)

## Breaking Changes

Expand Down Expand Up @@ -488,6 +488,9 @@ https://github.com/ory/kratos/pull/3480
- Add GetID member functions to RecoveryAddress and Credentials
([#3474](https://github.com/ory/kratos/issues/3474))
([085d500](https://github.com/ory/kratos/commit/085d5002df27d455057d33bd2d93dfbca0de4872))
- Add ID Token sign in with Google Android/iOS SDK
([#3515](https://github.com/ory/kratos/issues/3515))
([055ed92](https://github.com/ory/kratos/commit/055ed9226d9d12f5142542be2e18438ff708c2e2))
- Add OpenTelemetry span for password hash comparison
([#3383](https://github.com/ory/kratos/issues/3383))
([e3fcf0c](https://github.com/ory/kratos/commit/e3fcf0c31db9742ed61bcf783e37ee119ed19d42))
Expand Down Expand Up @@ -558,6 +561,19 @@ https://github.com/ory/kratos/pull/3480
- Emit error details when we find stray cookies in an API flow
([#3496](https://github.com/ory/kratos/issues/3496))
([df74339](https://github.com/ory/kratos/commit/df74339802d98a292abb32806eca35fb2554960b))
- Hook to revoke sessions after password changed
([#3514](https://github.com/ory/kratos/issues/3514))
([e6af6db](https://github.com/ory/kratos/commit/e6af6db37ff5de33a656ce7804c813451395459d)),
closes [#3513](https://github.com/ory/kratos/issues/3513):

Currently, the Kratos system does not automatically log out or invalidate
other active sessions when a user changes their password. This poses a
significant security risk as it allows potentially unauthorized individuals to
maintain access to the account even after the password has been updated.

This PR provides the option to add the `revoke_active_sessions` hook to the
actions sections of the selfservice settings.

- Hot-reload CORS origins ([#3423](https://github.com/ory/kratos/issues/3423))
([157d934](https://github.com/ory/kratos/commit/157d9345aeb04f371f9d85b70c89e8646e781333))
- Improve messages for easier i18n
Expand Down

0 comments on commit fc057a8

Please sign in to comment.