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
I want to be able to check if a user is authenticated and/or authorized to visit a view state before each transition to a new view/state. The default angular router has a 'canActivate' feature that is run before the app transitions to a new view.
How can I achieve the same using ui-router? I've searched the docs, the codebase here, and the web but have not found anything.
Thanks for your help
The text was updated successfully, but these errors were encountered:
I want to be able to check if a user is authenticated and/or authorized to visit a view state before each transition to a new view/state. The default angular router has a 'canActivate' feature that is run before the app transitions to a new view.
How can I achieve the same using ui-router? I've searched the docs, the codebase here, and the web but have not found anything.
Thanks for your help
The text was updated successfully, but these errors were encountered: