squash new oauth2 flow

This commit is contained in:
lesion
2022-11-04 12:22:21 +01:00
parent 19ca1b0283
commit 44e9533828
24 changed files with 935 additions and 427 deletions

View File

@@ -47,7 +47,7 @@
"dompurify": "^2.3.10",
"email-templates": "^10.0.1",
"express": "^4.18.1",
"express-oauth-server": "lesion/express-oauth-server#master",
"express-session": "^1.17.3",
"http-signature": "^1.3.6",
"https-proxy-agent": "^5.0.1",
"ical.js": "^1.5.0",
@@ -65,6 +65,14 @@
"mysql2": "^2.3.3",
"nuxt-edge": "2.16.0-27720022.54e852f",
"nuxt-i18n": "^6.28.1",
"oauth2orize": "^1.11.1",
"passport": "^0.6.0",
"passport-anonymous": "^1.0.1",
"passport-custom": "^1.1.1",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-oauth2-client-password": "^0.1.2",
"passport-oauth2-client-public": "^0.0.1",
"pg": "^8.8.0",
"sequelize": "^6.23.0",
"sequelize-slugify": "^1.6.2",
@@ -94,7 +102,6 @@
},
"resolutions": {
"nth-check": "^2.0.1",
"express-oauth-server/**/lodash": "^4.17.21",
"glob-parent": "^5.1.2",
"moment": "^2.29.2"
},