#Angular uses guards to protect routes. In this video we will use the CanActivate guard to protect routes from non-authorized users.

The authentication is applied using #jwt token and we will make sure to block users from visiting specific routes if they are not authorized.

✨ Code: https://github.com/profanis/codeShotsWithProfanis/tree/21/auth-login-has-role-guard

#angular #angular tutorial #what is angular

Angular Authentication: Role Based Authorization
2.45 GEEK