package
0.0.0-20240528123408-96b4dbef904e
Repository: https://github.com/wurt83ow/tinyurl.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.