This Golang application is a rigid implementation of user registration, login, and role-based access control. It utilizes the Gorilla mux router, middleware chaining with Alice, and session managment with Gorilla Sessions. The application supoorts in-memoery user storage and includes basic HTML templates for registration, login and others
- User Registration And Login
- Role-Based Access Control
- Session Management