admin

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2026 License: MIT Imports: 20 Imported by: 0

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

func CacheKeyParam(key string) string

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)).

func RequireServiceRole

func RequireServiceRole(next http.Handler) http.Handler

RequireServiceRole wraps next with service-role JWT enforcement. In SUPATYPE_MODE=dev, all requests pass through without a token.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL