feat: add JWK support for JWT validation and update dependencies
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 4m21s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 4m37s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 4m35s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 4m25s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 4m27s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 3m9s

This commit is contained in:
2025-11-17 18:18:51 -05:00
parent 7aa14c0db3
commit 5947d7f518
8 changed files with 596 additions and 15 deletions

View File

@@ -23,7 +23,8 @@
"robinvdvleuten/ulid": "^5.0",
"monolog/monolog": "^3.9",
"react/promise": "^3",
"react/async": "^4"
"react/async": "^4",
"guzzlehttp/guzzle": "^7.10"
},
"require-dev": {
"phpunit/phpunit": "^12.4",