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 06d4196 commit 47b4679Copy full SHA for 47b4679
src/interfaces.ts
@@ -234,6 +234,7 @@ export interface PostGraphileOptions<
234
// the `Authorization` header, and signing JWT tokens you return in
235
// procedures.
236
jwtSecret?: jwt.Secret;
237
+ // The public key to verify the JWT when signed with RS265 or ES256 algorithms.
238
jwtPublicKey?: jwt.Secret | jwt.GetPublicKeyOrSecret;
239
// Options with which to perform JWT verification - see
240
// https://github.com/auth0/node-jsonwebtoken#jwtverifytoken-secretorpublickey-options-callback
0 commit comments