Documentation
¶
Index ¶
- Variables
- func AuthCallbackController(c *fiber.Ctx) error
- func InitializeAuth(context context.Context, authProviderUrl string)
- func LoginController(c *fiber.Ctx) error
- func LogoutController(c *fiber.Ctx) error
- func VerifyToken(ctx context.Context, tokenString string) (*jwt.Token, error)
- type Config
- type State
Constants ¶
This section is empty.
Variables ¶
View Source
var AccessTokenCookieName string = "access_token"
Functions ¶
func AuthCallbackController ¶
func InitializeAuth ¶
func LoginController ¶
func LogoutController ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.