From d167ee3da96965a6d818218bdd3c5883c000458f Mon Sep 17 00:00:00 2001 From: Manager Bot Date: Mon, 14 Nov 2022 07:31:09 +0000 Subject: [PATCH] Bits of docs. --- Web/lib/MJB/Web/Controller/Auth.pm | 8 ++++++++ 1 file changed, 8 insertions(+) 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 #==