Versions in this module Expand all Collapse all v0 v0.16.0 Sep 21, 2026 Changes in this version + type AuthorizeResponse struct + URL string + type Handler struct + func NewHandler(oauthSvc *oauth.Service, logger *zap.Logger) *Handler + func (h *Handler) Register(r fiber.Router) + func (h *Handler) RegisterPublic(r fiber.Router) + type StatusResponse struct + Connected bool + ConnectedAt *string + ExpiresAt *string + Scopes []string + func NewStatusResponse(token *oauth.Token) StatusResponse