# README
authentication:
- 用户认证
- 认证 (authentication) 和授权 (authorization)
- https://blog.csdn.net/canlets/article/details/50749652
ref:
auth:
- https://github.com/qor/auth
- https://github.com/dghubble/gologin
- https://github.com/go-pkgz/auth
- https://github.com/golang/oauth2
keywords:
- jwt
- oauth2
- api-key
- cookie
- session
oauth:
# Packages
No description provided by the author
# Variables
ErrInvalidAccount invalid account error.
ErrInvalidPassword invalid password error.
ErrInvalidResetPasswordToken invalid reset password token.
ErrUnauthorized unauthorized error.
# Interfaces
No description provided by the author