Jay
Jay
Good catch. We'll get that fixed.
@QuantumInformation I think we can make it an extra chapter possibly. It's not hard to do but it does complicate the app a bit more by having to create an...
One way to do this is to make your home page an `AuthenticatedRoute` and require users to login to access it.
@aloukissas Oh. Do you have some steps to reproduce this?
@walshe Which line are you talking about in which part of the tutorial? Line 58 in Login.js is this one https://github.com/AnomalyInnovations/serverless-stack-demo-client/blob/master/src/containers/Login.js#L58.
@walshe I'm sorry I don't understand what you are saying. Can you elaborate?
@walshe No we don't need that line after we secure our pages. It's in this chapter - https://serverless-stack.com/chapters/redirect-on-login.html
This looks like it is related to the Cognito Identity Pool permissions. Can you try double checking that step or redoing it?
@sean9keenan Nice work! This is something we should add to the tutorial. Did you find any documentation for this on AWS' side? We'd want to link to that in the...
@sean9keenan Great! Thanks. I'll take a look and figure out how to integrate it with the tutorial.