We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0217b5a commit f70868eCopy full SHA for f70868e
docs/changelog.md
@@ -2,8 +2,10 @@
2
3
## 2.3.0 - TBD
4
- Improve the user experience around old stale sessions that appear to be
5
- initialized, but are actually expired.
6
-- Save computed expiration time in token files.
+ initialized, but are actually expired. This is done by providing the new
+ utility method `Auth.ensure_request_authenticator_is_ready()`.
7
+- Save computed expiration time and issued time in token files. This allows
8
+ for the persistence of this information when dealing with opaque tokens.
9
- Support non-expiring tokens.
10
11
## 2.2.0 - 2025-10-02
0 commit comments