Skip to content

@aws-amplify/[email protected]

Choose a tag to compare

@github-actions github-actions released this 10 May 23:14
· 2282 commits to main since this release
8e3bf06

Patch Changes

  • #1867 e9ae76995 Thanks @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_failure event 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 9c25f80b6 Thanks @jacoblogan! - Refactor of styling to flatten css selectors across angular, react, and vue