diff --git a/Web/lib/MJB/Web/Controller/Auth.pm b/Web/lib/MJB/Web/Controller/Auth.pm index 6ea4415..d99322a 100644 --- a/Web/lib/MJB/Web/Controller/Auth.pm +++ b/Web/lib/MJB/Web/Controller/Auth.pm @@ -3,6 +3,14 @@ use Mojo::Base 'Mojolicious::Controller', -signatures; use Try::Tiny; use DateTime; +#== +# Auth Controller +# +# This controller handles the user registration, login/logout, +# and resetting a forgotten password. +#== + + #== # GET /register | show_register | templates/auth/register.html.ep #==