# Functions
NewAuth creates a new instance of Auth.
NewMapHandler creates a new MapHandler
prefix is the path to this handler.
No description provided by the author
# Variables
No description provided by the author
# Structs
Auth provides a middleware handler that handles cross-origin requests and pulling of authentication from incoming requests.
MapHandler serves requests for map images.
No description provided by the author
# Type aliases
InitPayloadGetter provides an alternate method of retrieving credentials for when the token cannot be sent via HTTP headers (basically the case of websockets).