We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36d6371 commit 476f05dCopy full SHA for 476f05d
docs/changelog.md
@@ -6,6 +6,10 @@
6
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
+ - **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.
13
- Support non-expiring tokens.
14
15
## 2.2.0 - 2025-10-02
0 commit comments