Skip to content

Instantly share code, notes, and snippets.

@Joshscorp
Created July 14, 2022 06:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Joshscorp/a682d855999b9eb2d28b397ac635b2d7 to your computer and use it in GitHub Desktop.
Save Joshscorp/a682d855999b9eb2d28b397ac635b2d7 to your computer and use it in GitHub Desktop.
OnzAuth Server.js imports
const express = require('express');
const cors = require('cors');
const app = express();
const jwt = require('jsonwebtoken');
const jwksClient = require('jwks-rsa');
const VALID_CLIENT_ID = 'YOUR CLIENT ID';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment