Versions in this module Expand all Collapse all v0 v0.1.0 Feb 12, 2026 Changes in this version + type Server struct + func New(cfg *config.Config, provider *oidc.Provider, s *store.Store, ...) (*Server, error) + func NewWithAdminKey(cfg *config.Config, provider *oidc.Provider, s *store.Store, ...) (*Server, error) + func (s *Server) Handler() http.Handler + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)