package
0.0.0-20240528124652-0776f63ad094
Repository: https://github.com/wurt83ow/gophkeeper-server.git
Documentation: pkg.go.dev

# Functions

NewJWTAuthz creates a new JWTAuthz instance with the provided signing key and logger.

# Structs

CustomClaims represents custom claims for JWT token.
JWTAuthz provides JWT token creation, decoding, and middleware functionality for authentication and authorization.

# Interfaces

Log is an interface representing a logger with Info method.
Storage is an interface representing methods for inserting user data.