modulepackage
0.0.0-20240116221523-b450b27c2772
Repository: https://github.com/gobackpack/hamr.git
Documentation: pkg.go.dev
# README
TODO
- Get rid of gin dependency
- Get rid of config.yaml file
- Make *auth.User pluggable/customizable without PostRegisterCallback()
- Logout per instance (access_token/refresh_token pair) + logout from all instances
- Add 2fa for local login
# Functions
JSON response.
No description provided by the author
No description provided by the author
NewAccountConfirmation will setup mailer and default configurations for *AccountConfirmation api.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ServeHttp will start http server.
No description provided by the author
# Structs
AccountConfirmation api.
Auth main api.
ClaimsIdentity will use claims from access token to construct Identity.
Config for *Auth api.
LoginRequest http API model.
ResendConfirmationRequest data.
User of the system.