Working version, simplified to check tokens with calls to Microsoft Graph
Showing
| ... | @@ -10,8 +10,7 @@ | ... | @@ -10,8 +10,7 @@ |
| "license": "MIT", | "license": "MIT", | ||
| "private": true, | "private": true, | ||
| "dependencies": { | "dependencies": { | ||
| "azure-ad-jwt": "^1.1.0", | "node-fetch": "^2.3.0" | ||
| "nconf": "^0.10.0" | |||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "graphql-yoga": "^1.16.9" | "graphql-yoga": "^1.16.9" | ||
| ... | ... |
src/config.js
deleted
100644 → 0
Please register or sign in to comment