Initial commit of password reset workflow.
This commit is contained in:
parent
b4de8e58f9
commit
e6a5fa58c7
6 changed files with 184 additions and 16 deletions
|
|
@ -3,4 +3,5 @@ package context
|
|||
const (
|
||||
AuthenticatedUserKey = "auth_user"
|
||||
FormKey = "form"
|
||||
PasswordTokenKey = "password_token"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue