Skip to content

Commit 476f05d

Browse files
update changelog
1 parent 36d6371 commit 476f05d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
utility method `Auth.ensure_request_authenticator_is_ready()`.
77
- Save computed expiration time and issued time in token files. This allows
88
for the persistence of this information when dealing with opaque tokens.
9+
- **Note**: Previously saved OAuth access tokens that are not JWTs with
10+
an `exp` claim that can be inspected will be considered to expire in
11+
`expires_in` seconds from the time they are loaded, since the time
12+
they were issued was not saved in the past.
913
- Support non-expiring tokens.
1014

1115
## 2.2.0 - 2025-10-02

0 commit comments

Comments
 (0)