Merge pull request #22557 from jamieklassen/refactor-jose

Refactor auth-node to use 'jose' to decode JWTs
This commit is contained in:
Patrik Oldsberg
2024-02-03 14:59:22 +01:00
committed by GitHub
11 changed files with 250 additions and 129 deletions
-2
View File
@@ -65,7 +65,6 @@
"fs-extra": "10.1.0",
"google-auth-library": "^8.0.0",
"jose": "^4.6.0",
"jwt-decode": "^3.1.0",
"knex": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.0.0",
@@ -94,7 +93,6 @@
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express-session": "^1.17.2",
"@types/jwt-decode": "^3.1.0",
"@types/passport-auth0": "^1.0.5",
"@types/passport-github2": "^1.2.4",
"@types/passport-google-oauth20": "^2.0.3",