package
0.0.0-20240710182339-39dbbe7ffcf4
Repository: https://github.com/andreimartynenko/auth.git
Documentation: pkg.go.dev

# Structs

AuthInfo type is the structure for user authentication data from storage.
EndpointPermissions type is the structure for endpoint permissions by roles.
Log type is the main structure for transaction log record.
User type is the main structure for user.
UserClaims is custom wrapper for jwt claims.
UserCreate type is the structure for creating user.
UserCreds type is the structure for user sign in.
UserUpdate type is the structure for updating user info.