Skip to content

Commit a4e2da5

Browse files
committed
autogen(docs): regenerate and update changelog
[skip ci]
1 parent a329aff commit a4e2da5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
55
**Table of Contents**
66

7-
- [0.0.0 (2023-03-03)](#000-2023-03-03)
7+
- [0.0.0 (2023-03-13)](#000-2023-03-13)
88
- [Bug Fixes](#bug-fixes)
99
- [Features](#features)
1010
- [2.0.3 (2022-12-08)](#203-2022-12-08)
@@ -665,7 +665,7 @@
665665

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

668-
# [0.0.0](https://github.com/ory/hydra/compare/v2.0.3...v0.0.0) (2023-03-03)
668+
# [0.0.0](https://github.com/ory/hydra/compare/v2.0.3...v0.0.0) (2023-03-13)
669669

670670

671671
### Bug Fixes
@@ -680,6 +680,10 @@
680680

681681
### Features
682682

683+
* Add ability to revoke login sessions by SessionID ([#3450](https://github.com/ory/hydra/issues/3450)) ([b42482b](https://github.com/ory/hydra/commit/b42482b7260d4e1771d01fc719e8216f5961ce65)), closes [#3448](https://github.com/ory/hydra/issues/3448):
684+
685+
API `revokeOAuth2LoginSessions` can now revoke a single session by a SessionID (`sid` claim in the id_token) and execute an OpenID Connect Back-channel logout.
686+
683687
* Allow setting access token type in client ([#3446](https://github.com/ory/hydra/issues/3446)) ([a6beed4](https://github.com/ory/hydra/commit/a6beed4659febd0917379d6da1e51d8ef75bc859)):
684688

685689
The access token type (`jwt` or `opaque`) can now be set in the client configuration. The value set here will overwrite the global value for all flows concerning that client.

0 commit comments

Comments
 (0)