#Angular uses guards to protect routes. In this video we will use the CanActivate guard to protect routes from non-auhtenticated users.
The authentication is applied using #jwt token and we will make sure to block users from visiting specific routes if they are not authenticated.
✨ Official doc on CanActivate guard: https://angular.io/api/router/CanActi...
✨ Code: https://github.com/profanis/codeShots...
The next videos:
✨ Append the token in the HTTP headers of every API call via an interceptor (coming soon...)
✨ Authorization: Block users without a specific role visit a route (coming soon...)