Skip to content

Commit

Permalink
Update migration.md with changed behavior of User.expired (authts#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
olenitsj authored and Chris Keogh committed Apr 3, 2024
1 parent 4d1853b commit bebbb63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ removed.

- The getter/setters for `Log.level` and `Log.logger` have been replaced by
`Log.setLevel()` and `Log.setLogger()`.

### [User](https://authts.github.io/oidc-client-ts/classes/User.html)

- The getter for `User.expired` now returns `true` when `expires_at` is set to `0`. This was `false` in the previous version.

0 comments on commit bebbb63

Please sign in to comment.