themeteorchef / base

A starting point for Meteor apps.
http://themeteorchef.com/base
MIT License
689 stars 253 forks source link

Can route to "/login, /signup" page, when User logged. #235

Closed thearabbit closed 7 years ago

thearabbit commented 7 years ago

Can route to "/login, /signup" page, when User logged.

themeteorchef commented 7 years ago

This is expected behavior. If you'd like to redirect away from these when you have a logged in user, it's recommended to add this to your authentication strategy.