If a person changes their cookie to signedIn = true, then our site will give them the appearance of being logged in. The aren't really logged into our backend though, so they can't interact with the lessons.
A possible fix would be to have log in validation with the back end happen on every page load.
Description
If a person changes their cookie to signedIn = true, then our site will give them the appearance of being logged in. The aren't really logged into our backend though, so they can't interact with the lessons.
A possible fix would be to have log in validation with the back end happen on every page load.