UNPKG

fastify-auth0-verify

Version:
11 lines (7 loc) 266 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 --domain {auth0 domain} --token {auth0 id token} ```