Initial commit of password reset workflow.

This commit is contained in:
mikestefanello 2021-12-16 07:29:16 -05:00
parent b4de8e58f9
commit e6a5fa58c7
6 changed files with 184 additions and 16 deletions

View file

@ -3,4 +3,5 @@ package context
const (
AuthenticatedUserKey = "auth_user"
FormKey = "form"
PasswordTokenKey = "password_token"
)