Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

## 2.3.0 - TBD
## 2.3.0 - 2025-10-20
- Improve the user experience around old stale sessions that appear to be
initialized, but are actually expired. This is done by providing the new
utility method `Auth.ensure_request_authenticator_is_ready()`.
utility method: `Auth.ensure_request_authenticator_is_ready()`.
- Save computed expiration time and issued time in token files. This allows
for the persistence of this information when dealing with opaque tokens.
- **Note**: Previously saved OAuth access tokens that are not JWTs with
Expand Down