Skip to content

Commit

Permalink
Add custom middleware for authentication in MVC architecture
Browse files Browse the repository at this point in the history
- Implemented  middleware to restrict access to protected routes based on user authentication.
- Integrated middleware with routes like  and  to enforce secure access.
- Configured session-based authentication to track user login status effectively.
- Enhanced templates with conditional rendering based on user authentication state using Handlebars.
- Provided setup instructions for environment variables, database seeding, and running the application.
- Ensured unauthorized users are redirected to the login page, maintaining a secure and consistent workflow.
  • Loading branch information
BrockAltug committed Jan 8, 2025
1 parent 2bde500 commit a8d2173
Showing 1 changed file with 2,001 additions and 0 deletions.
Loading

0 comments on commit a8d2173

Please sign in to comment.