UNPKG

fastify-jwt-jwks

Version:
12 lines (7 loc) 258 B
You can run this example from the command line to validate a token using the plugin. All plugin options can be provided as command line arguments. A token must also be provided. ### Example ```sh node index.js --jwksUrl {jwksUrl} --token {jwt token} ```