clojure-europe

ray 2026-02-08T09:54:58.389979Z

Good 🏡 ☀️ morning

Ludger Solbach 2026-02-08T12:45:07.328249Z

Morning!

dharrigan 2026-02-08T18:29:49.167889Z

Question: Do people here rely upon a roles and permissions "solution" for authorising API requests via some 3rd party library/service (keycloak?) (perhaps via a middleware API call) or do people mostly roll-their-own thing in Clojure for their software?

Asier 2026-02-09T09:09:17.834639Z

We rely on three tools depending on the project: AWS Cognito, Azure EntraID, Keycloack.

Asier 2026-02-09T09:10:51.067979Z

For RBAC we use https://github.com/gethop-dev/rbac.next.

👍 1