OAuthService hasValidAccessToken always returns true even if the access token expires #1266
Labels
bug
For tagging faulty or unexpected behavior.
investigation-needed
Indication that the maintainer or involved community members may need to investigate more.
Describe the bug
I am calling the OAuthService hasValidAccessToken method in the Angular but this mehod returns true even after the access token expires. I have also attached the code:
Expected behavior
hasValidAccessToken should return false and the Angular application should not naviagate to the URL.
Actual behavior
hasValidAccessToken always returns true even if the code expires and the Angular application naviagates to the URL.
The text was updated successfully, but these errors were encountered: