carbonsoda / scribbler

Quickly scribble an idea and share it with others via temporary link
https://scribblering.herokuapp.com/
1 stars 1 forks source link

Client login #6

Closed carbonsoda closed 3 years ago

carbonsoda commented 3 years ago

Implemented user login from the client side (trello card). When the user logs in, their icon is shown and when they log out, their icon is no longer seen. When traveling to the history page or closing the tab and then re-opening, the user's session correctly persists.

The history page should not be accessible if the user is not logged in, and some guides suggest create a ProtectedRoute component with Auth0. In order to do that, I'd need to first implement the login mechanism in general.

React App 01 19-25