Tags: supabase/cli
Tags
feat: support jwt signing keys for local auth (#3841) * feat: add `generate-key` cmd for generating jwt signing keys * chore: default formatting as json * feat: add jwt_keys env variable to auth if configured * chore: `go generate` * chore: separate block for jwt config * chore: rename cmd to `signing-key` * feat: include precomputed fields for rsa key * chore: gofmt * feat: use file-based approach for signing keys * feat: use file-based approach for JWT signing keys * chore: address PR comments * chore: update command short text * fix: unit tests * fix: allow appending to new key * chore: confirm before overwriting existing key * chore: show suggestion only for stdout * chore: skip warning if file is already ignored * chore: minor refactor * chore: add config to test template --------- Co-authored-by: Qiao Han <qiao@supabase.io>
PreviousNext