File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,14 @@ The @auth0/angular-jwt is added and with the login request the jwt is stored in
1616The package adds then the jwt to every request to the backend automatically via an interceptoer, so the fe/the user is
1717always 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
2024Add 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
You can’t perform that action at this time.
0 commit comments