Skip to content

Instantly share code, notes, and snippets.

@rschwabco
Created December 16, 2021 21:10
Show Gist options
  • Select an option

  • Save rschwabco/178c2cee307c1b51bfefea179dd165c6 to your computer and use it in GitHub Desktop.

Select an option

Save rschwabco/178c2cee307c1b51bfefea179dd165c6 to your computer and use it in GitHub Desktop.
require("dotenv").config();
const express = require("express");
const jwt = require("express-jwt");
const jwksRsa = require("jwks-rsa");
const cors = require("cors");
const app = express();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment