We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f681599 commit 5e3518fCopy full SHA for 5e3518f
apps/docs/content/guides/auth/signing-keys.mdx
@@ -171,7 +171,7 @@ If you wish to make your own JWTs or have access to the private key or shared se
171
Use the [Supabase CLI](/docs/reference/cli/introduction) to quickly and securely generate a private key ready for import:
172
173
```sh
174
-supabase gen generate-key ES256
+supabase gen signing-key --algorithm ES256
175
```
176
177
Make sure you store this private key in a secure location, as it will not be extractable from Supabase.
0 commit comments