Skip to content

v2.0.1

Compare
Choose a tag to compare
@simeng-li simeng-li released this 03 Jun 03:42
· 4 commits to master since this release
08e2f3c

2.0.1

Bug fix

  • Issue: LogtoClient.getUserInfo method throws an not authenticated error when the initial access token is expired.
  • Expected behavior: The method should refresh the access token and return the user info properly.
  • Fix: Always get the access token by calling LogtoClient.getAccessToken, which will refresh the token automatically if it's expired.