You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The snippet code generate two files: `private.pem` and `public.pem`, use the `public.pem` in the configuration `--auth-jwt-key-file public.pem`.
138
+
139
+
> [!CAUTION]
140
+
> Always keep in mind that the `private.pem` file must not be shared publicly; you should store it in a secure location, unlike the `public.pem` file, which can be shared without any risk.
141
+
142
+
### Generate a Token using Node/Bun
143
+
144
+
For generate the JWT you can install `jose` library and sign a JWT using the `private.pem`.
0 commit comments