Skip to content

Commit 0b1d82c

Browse files
authored
Update migration.md with changed behavior of User.expired (#1128)
1 parent 1a36b87 commit 0b1d82c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/migration.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ removed.
5656

5757
- The getter/setters for `Log.level` and `Log.logger` have been replaced by
5858
`Log.setLevel()` and `Log.setLogger()`.
59+
60+
### [User](https://authts.github.io/oidc-client-ts/classes/User.html)
61+
62+
- The getter for `User.expired` now returns `true` when `expires_at` is set to `0`. This was `false` in the previous version.

0 commit comments

Comments
 (0)