This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@logto/client@2.2.1
Patch Changes
5ed5b92: Use requestedAt + expiresIn to calculate an approximately expiredAt timestamp, in order to ensure it is always smaller than the actual exp timestamp in access token claims.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@logto/client@2.2.1
Patch Changes
requestedAt
+expiresIn
to calculate an approximatelyexpiredAt
timestamp, in order to ensure it is always smaller than the actualexp
timestamp in access token claims.