🐛 fix(mana-core-auth): add explicit urlencoded body parser for OAuth token endpoint

This commit is contained in:
Till-JS 2026-02-01 03:56:17 +01:00
parent 191c7b4cc7
commit 550083241f
12 changed files with 627 additions and 204 deletions

View file

@ -17,6 +17,7 @@
"test:cov": "vitest run --coverage"
},
"devDependencies": {
"@manacore/shared-vite-config": "workspace:*",
"@sveltejs/adapter-node": "^5.0.0",
"@sveltejs/kit": "^2.47.1",
"@sveltejs/vite-plugin-svelte": "^5.0.0",