DEV Community

Oidc node mongodb adapter in normal functions

Vimal on March 01, 2024

const { MongoClient } = require('mongodb'); const snakeCase = require('lodash/snakeCase'); let DB; const grantable = new Set([ 'access_token', ...
Collapse
 
vimal_adithan profile image
Vimal
Collapse
 
vimal_adithan profile image
Vimal

Currently im implementing oidc provider and client sp,if anyone have knowledge on this or share the code which you implemented