AnomalyInnovations / serverless-stack-demo-client

Source for the demo app client in the Serverless Stack Guide
https://demo2.serverless-stack.com
MIT License
636 stars 204 forks source link

Login as home page? #48

Open rtnlsltn opened 4 years ago

rtnlsltn commented 4 years ago

I've tried a few different ways to make the login page the default home page, but can't seem to get it to work without causing weird issues with being unauth'd or having the URL not land.

What's the proper way to setup the route so the login page is the home page, and also the fallback for logout and 404?

jayair commented 4 years ago

One way to do this is to make your home page an AuthenticatedRoute and require users to login to access it.