package
0.0.0-20240522080600-fd506af6a830
Repository: https://github.com/drew-viles/go-web-framework.git
Documentation: pkg.go.dev

# Functions

AuthenticationMiddleware allows the request to continue if the provided user access level is greater than the route's access level.
AuthorisationMiddleware allows the request to continue if a provided jwt is valid.
CORSAllowOriginAllMiddleware sets the header for Access-Control-Allow-Origin = "*".
No description provided by the author