Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateToken ¶
func CreateToken(c *fiber.Ctx) error
------------------------------------------------------- // Create API key and return it // ------------------------------------------------------- //
func DeleteToken ¶
func DeleteToken(c *fiber.Ctx) error
------------------------------------------------------- // Delete a given API key // ------------------------------------------------------- //
func GetTokens ¶
func GetTokens(c *fiber.Ctx) error
------------------------------------------------------- // Retrieve all of the users API keys // ------------------------------------------------------- //
func TokenExists ¶
func TokenExists(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.