Skip to content

v2.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Sep 11:52
7400699

⚠️ BREAKING CHANGES

  • fix: getAccessTokenSilently() now returns Promise<string | undefined> (was Promise<string>) and the verbose overload (detailedResponse: true) returns Promise<GetTokenSilentlyVerboseResponse | undefined> (was Promise<GetTokenSilentlyVerboseResponse>). Guard return values before use. Aligns with the corrected types in @auth0/auth0-spa-js v2.25.0. #1238 (yogeshchoudhary147)