Open jen6one9 opened 3 years ago
Users are now able to log into our site using Auth0.
User account authentication is enabled but needs to be tested once LocalForage is fully integrated.
Content lock will need to be implemented prior to deployment.
Auth0 uses multiple components to handle user login / logout, & also content locking if not signed into the app.
The content lock is controlled by the Auth0Provider component which "wraps" around the app component. The ProtectedRoute component prevents users from accessing those routes without a valid signed in account.
As a developer, I want to research online/offline authentication so that my PWA can function as expected.
As a user, I want the ability to authenticate into this survival app.
As a user, I want to be able to sign in with Facebook and/or Google.