Versions in this module Expand all Collapse all v0 v0.31.0 Feb 19, 2026 Changes in this version + const DefaultAuthorizationServer + const OAuthProtectedResourcePrefix + var SupportedScopes = []string + func BuildResourceMetadataURL(r *http.Request, cfg *Config, resourcePath string) string + func GetEffectiveHostAndScheme(r *http.Request, cfg *Config) (host, scheme string) + func ResolveResourcePath(r *http.Request, cfg *Config) string + type AuthHandler struct + func NewAuthHandler(cfg *Config) (*AuthHandler, error) + func (h *AuthHandler) RegisterRoutes(r chi.Router) + type Config struct + AuthorizationServer string + BaseURL string + ResourcePath string