Versions in this module Expand all Collapse all v0 v0.4.0 Dec 19, 2024 Changes in this version + type Options struct + GatewayDebug bool + Hostname string + UIHostname string + type Server struct + func New(ctx context.Context, db *db.DB, tokenService *jwt.TokenService, ...) (*Server, error) + func (s *Server) AddRoutes(mux *server.Server) + func (s *Server) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error) + func (s *Server) UpsertAuthProvider(ctx context.Context, configType, clientID, clientSecret string) (uint, error) v0.4.0-rc1 Dec 18, 2024