v2.0.1
Bug Fixes
- Issue:
LogtoClient.getUserInfomethod throws annot authenticatederror 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.