Skip to content

Commit 161d4f5

Browse files
committed
9: update readme
1 parent f26c47d commit 161d4f5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ The @auth0/angular-jwt is added and with the login request the jwt is stored in
1616
The package adds then the jwt to every request to the backend automatically via an interceptoer, so the fe/the user is
1717
always authenticated against the backend.
1818

19+
Angular Guard:
20+
Protects the '/protected' route and checks if there is a jwt provided in the localstorage that is not expired.
21+
If it's ok, then the user can access the route, otherwise the access is denied and the user gets redirected to Login
22+
1923
### Next Steps for you
2024
Add a real backend and replace the placeholders
2125

22-
### Next steps for me
26+
### Next steps for this project
2327
- add a form to reset the password
2428

2529
### Commands/Cli Commands that were used to generate this project

0 commit comments

Comments
 (0)