feat: implement JWT authentication and scope validation middleware #11

Merged
rrise merged 7 commits from feat/jwt-middlewares into master 2025-11-07 17:14:24 +00:00
Owner
No description provided.
rrise added 1 commit 2025-11-07 15:58:54 +00:00
feat: implement JWT authentication and scope validation middleware
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 3m4s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 2m54s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 3m18s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 3m8s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 3m10s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 1m36s
d10ad2065c
rrise added 1 commit 2025-11-07 16:04:36 +00:00
feat: refactor JWT middleware and update annotations for guards
Some checks failed
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Failing after 1m1s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m41s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Has been cancelled
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Has been cancelled
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Has been cancelled
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Has been cancelled
c9d0e337c7
rrise added 1 commit 2025-11-07 16:06:21 +00:00
feat: refactor JWT middleware and update annotations for guards
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m24s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m36s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 2m15s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m9s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m16s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 1m46s
204c6efdec
rrise added 1 commit 2025-11-07 16:30:31 +00:00
feat: add healthcheck endpoint and controller
Some checks failed
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m42s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m35s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m31s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m52s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Failing after 1m42s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 1m10s
1550577638
rrise added 1 commit 2025-11-07 16:42:23 +00:00
feat: enhance healthcheck functionality with Redis and database checks
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m54s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m59s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m56s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m56s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 2m34s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Failing after 1m13s
9f2a5ff79f
rrise added 1 commit 2025-11-07 16:50:16 +00:00
feat: update Traefik healthcheck configuration and fix status code assertion in tests
Some checks failed
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m18s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m21s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m51s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m46s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Failing after 1m46s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m38s
29a71d3b19
rrise added 1 commit 2025-11-07 17:00:17 +00:00
feat: improve callable handling in JWT and Scope middlewares
All checks were successful
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in 1m15s
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in 1m31s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in 1m39s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in 1m49s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in 1m43s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in 1m10s
9f77e70b25
rrise merged commit 13445a0719 into master 2025-11-07 17:14:24 +00:00
rrise deleted branch feat/jwt-middlewares 2025-11-07 17:14:25 +00:00
Sign in to join this conversation.