package
0.0.0-20201019154204-5f7224491274
Repository: https://github.com/ramonmacias/go-auth-middleware.git
Documentation: pkg.go.dev

# Variables

ForbiddenError used for all the Forbidden requests (403).
RefreshTokenError used for the specific Unauthorized error related with refresh token error.
TokenExpiredError used for the specific Unauthorized error related with token expired error.
UnauthorizedError used for all the Unauthorized requests (401).

# Structs

Error keep the structure for response with errors using json format.