themeteorchef / base

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

Remove Auth on Index route #221

Closed robdonn closed 7 years ago

robdonn commented 7 years ago

Removed authorisation onEnter for Index route to prevent redirect to login.

Was preventing loading of index route without being logged in. If Base was being used for a SaaS, access to the landing page would be an essential part of marketing/functionality for new users.

Not sure if this was put there for a reason but I find myself having to remove it every time I clone Base for a project.

themeteorchef commented 7 years ago

Hi @robdonn. This is some legacy thinking. Originally the only page you could see in Base when logging in was the index. Going to pull this in now :) thanks!