justjohnd / wayou-kitchen

wayou-kitchen.vercel.app
0 stars 0 forks source link

Refactor authentication using Context API #45

Open justjohnd opened 2 years ago

justjohnd commented 2 years ago

This is being labeled under "bug" because sometimes when the server disconnects due to an error, the navigation bar shows "Logout" even after the screen redirects to the Login page.

Context should remove the need to control state using variables in local storage and eliminate this problem.