v2.0.1
2.0.1
Bug fix
- Issue:
LogtoClient.getUserInfo
method throws annot 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.