const { MongoClient } = require('mongodb');
const snakeCase = require('lodash/snakeCase');
let DB;
const grantable = new Set([
'access_token',
...
For further actions, you may consider blocking this person and/or reporting abuse
github.com/ipenywis/react-sso
github.com/ipenywis/express-passpo...
Check this out
Currently im implementing oidc provider and client sp,if anyone have knowledge on this or share the code which you implemented