Quarkus Security

Apply and review backend security in Quarkus: Argon2id, Redis-backed sessions and cookies, closed-by-default RBAC with @RolesAllowed, data-level authorisation pushed into queries, allowlists for dynamic sort and filter, bid-document upload validation, security headers, CORS, and secret handling. Use when touching login or sessions, adding an endpoint that needs a role, accepting user input or files, building dynamic sort/filter, reviewing a PR that touches auth or sensitive data, or handling secrets. Do not use for error response shape (rest-api-contract) or infrastructure/network security (java-delivery).

hi-donwi Updated

File contents

hi-donwi/Agent-Skills/tree/main/skills/quarkus-security commit be6056eaaa

Frequently asked questions

npx skillmds@latest add hi-donwi/quarkus-security