# 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