Versions in this module Expand all Collapse all v1 v1.0.1 Mar 20, 2025 v1.0.0 Mar 19, 2025 Changes in this version + var AccessTokenCookieName string = "access_token" + 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 struct + BaseUri string + LoginConfig oauth2.Config + var AuthConfig Config + func BuildAuthConfig(context context.Context, clientID string, authProviderUrl string) *Config + type State struct + CameFrom string + func ParseState(param string) (*State, string, error) + func (state State) Encode(nonce string) (string, error)