sincraianul / generator-angular-material-fullstack

Yeoman generator for Angular with Angular Material and an Express server
68 stars 22 forks source link

Authentication routing is not functioning as expected #2

Open ror-y opened 8 years ago

ror-y commented 8 years ago

After initialising an angular-material-fullstack project today, it became clear that the authentication is not working as it should. Whenever I try to get to /signup, I get redirected to /login, and on the main page, the app seems to be totally confused about whether the user is logged in or not, because the dropdown in the shell displays the icons for login/logout, but no text.

This functionality works as expected on angular-fullstack.

Any idea what the problem is here?