We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sign in is successful, AngularTokenService.userSignedIn() returns '401 Unauthorized'. CanActivate [AngularTokenService] returns nothing.
I'm expecting token validation, given sign in was successful.
I'm restricting a component using CanActivate. I'm want to access this restricted component.
Angular-Token version: 7.0.1 Angular version: 10.0.0
Bundler
Browser:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a...
Current behavior
Sign in is successful, AngularTokenService.userSignedIn() returns '401 Unauthorized'.
CanActivate [AngularTokenService] returns nothing.
Expected behavior
I'm expecting token validation, given sign in was successful.
What is the motivation / use case for changing the behavior?
I'm restricting a component using CanActivate. I'm want to access this restricted component.
Environment
Angular-Token version: 7.0.1
Angular version: 10.0.0
Bundler
Browser:
The text was updated successfully, but these errors were encountered: