core-go / password

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password

password

  • forgot password
  • change password (also support change password 2 factors)
  • reset password

Models

  • PasswordChange
  • PasswordReset

Services

  • PasswordService

Installation

Please make sure to initialize a Go module before installing core-go/password:

go get -u github.com/core-go/password

Import:

import "github.com/core-go/password"