verify_jwt_secret
Validate the JWT secret configuration for self-hosted Supabase instances, ensuring secure authentication and returning a preview of the setup.
Instructions
Checks if the Supabase JWT secret is configured for this server and returns a preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"required": [],
"type": "object"
}