package
0.0.0-20240422234044-55d825fae797
Repository: https://github.com/robert-tyssen/go-auth-jwt-demo.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ValidateToken is a middleware function that checks if the request contains a valid access token If the token is invalid the middleware will return an error response, otherwise it will continue to the next middleware.