Closed MyNameIsJohnson closed 2 years ago
Currently, there is no admin protected routes, or auth. This PR solves that.
Added Routes:
Added pages: src/AuthPage
Added forms: -src/components/auth/AuthForm
The user can now login to admin account and add content. When they log out they will be returned to landing page.
Summary
Currently, there is no admin protected routes, or auth. This PR solves that.
Developer Facing Changes
Added Routes:
Added pages: src/AuthPage
Added forms: -src/components/auth/AuthForm
User Facing Changes
The user can now login to admin account and add content. When they log out they will be returned to landing page.