Documentation
¶
Overview ¶
Package handlers contains the HTTP request handlers for the FSC Auth plugin.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthHandler ¶
AuthHandler instantiates an authorization endpoint handler.
func Health ¶
func Health(fc *fiber.Ctx) error
Health is the endpoint for health checks.
There are no internal service checks, so for now it will always respond with a static OK message.
func SendBasicResponse ¶
SendBasicResponse sends a basic response corresponding with the given status code. If the given status code is not in the supported statuses list, an empty body will be sent.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.