·
2282 commits
to main
since this release
Patch Changes
-
#1867
e9ae76995Thanks @wlee221! - This patch ensures refresh tokens are handled properly after expiration.Refresh tokens are used to refresh your idToken and accessToken. While it's uncommon for refresh tokens to expire in app due to their longevity (default 30 days), this would cause an early
tokenRefresh_failureevent on refresh which previously confused the authenticator. This is now handled properly from the Authenticator.See #1863 for technical details. Note that token refresh is attempted when (1) on refresh, and (2) an Amplify API call is attempted but it gets back a token expiration exception.
-
#1772
9c25f80b6Thanks @jacoblogan! - Refactor of styling to flatten css selectors across angular, react, and vue