Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
save sso cache token expiresAt in UTC
If the expiresAt field is saved with time zone (e.g. 2024-06-10T15:00:06-08:00) it will fail to load in certain SDKs such as the rust AWS SDK. To avoid this, ensure that it is always saved as a UTC format.
- Loading branch information