Created
December 16, 2021 21:10
-
-
Save rschwabco/178c2cee307c1b51bfefea179dd165c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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