switching user module to msgraph module (#15)

This commit was merged in pull request #15.
This commit is contained in:
2025-11-16 09:28:06 -06:00
committed by GitHub
parent aa09a2685c
commit c66cfb3c9e
20 changed files with 194 additions and 107 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/noahspan-modules",
"version": "1.2.0",
"version": "1.2.8",
"description": "",
"author": "",
"license": "UNLICENSED",
@@ -29,9 +29,12 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"@nestjs/common": "^11.0.11",
"@nestjs/core": "^11.0.11",
"@nestjs/jwt": "^11.0.0",
"@nestjs/mapped-types": "*",
"@nestjs/passport": "^11.0.5",
"@nestjs/platform-express": "^11.0.11",
"axios": "^1.7.2",
"jwks-rsa": "^3.2.0",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"passport-openidconnect": "^0.1.2",