Documentation
¶
Overview ¶
Package admin provides HTTP handlers for the /admin/v1 API.
All routes require a service-role Bearer JWT verified against GOTRUE_JWT_SECRET. In SUPATYPE_MODE=dev, JWT verification is skipped.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CacheKeyParam ¶
CacheKeyParam returns URL-safe admin path segment for a Valkey key.
func Handler ¶
func Handler(store apiconfig.Store, cfg *serverconf.ServerConfig, vc *valkey.Client) http.Handler
Handler returns a mux covering all /admin/v1 routes. Mount it with r.Mount("/admin/v1", Handler(store)).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.