TechIsMe / mix-excellence

1 stars 0 forks source link

Admin Section (WIP) #16

Closed MyNameIsJohnson closed 2 years ago

MyNameIsJohnson commented 2 years ago

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.