Home - AngularBuildUp/angular-microworkshops-authorization GitHub Wiki
Use cases for this workshop:
- I want to be able to access a login page.
- When I access the login page, I want to be able to provide email and password.
- When I access subpages when not logged in I want to be redirected to login page.
- When I log in successfully I want to be redirected to the page I wanted to access.
- If I navigated to login page manually, I want to be redirected to homepage once I log in.
- When logged in, I want to be able to see the list of "Lovely dogs" (protected resource).
- When logged in, I want to be able to see the list of "Hound dogs" (protected resource).