You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
@niskah-energies The current version of okta-angular does not pass any parameters to the isAuthenticated function. We are working on a new release which will pass the authService as a parameter; this should resolve your issue. We expect to release this updated version this week.
I'm submitting this issue for the package(s):
I'm submitting a:
Current behavior
Error (TypeError: undefined is not an object (evaluating 'authService.getAccessToken') )when I'm using isAuthenticated like in documentation
Expected behavior
Minimal reproduction of the problem with instructions
Extra information about the use case/user story you are trying to implement
My implementation:
No error in compilation but after page reload I have an error:
TypeError: undefined is not an object (evaluating 'authService.getAccessToken')
Environment
node -v
): v10.15.1The text was updated successfully, but these errors were encountered: