Founder at Skycloak
Guilliano is the founder of Skycloak and a cloud infrastructure specialist with deep expertise in product development and scaling SaaS products. He discovered Keycloak while consulting on enterprise IAM and built Skycloak to make managed Keycloak accessible to teams of every size.
Implement the Backend-for-Frontend (BFF) pattern with Keycloak to secure SPAs by keeping tokens server-side using Node.js, Express, and session cookies.
Fix Keycloak 403 Forbidden errors with this detailed guide covering missing roles, wrong audience claims, CORS issues, client policies, and…
Compare Keycloak and AWS Cognito on pricing, customization, federation, vendor lock-in, and migration to choose the right IAM solution for…
Step-by-step guide to adding Keycloak authentication to Vue.js 3 with Composition API, Pinia state management, route guards, and automatic token…
Step-by-step guide to migrate from Auth0 to Keycloak covering user export, password hashes, client mapping, social connections, and custom auth…
Complete guide to NestJS authentication with Keycloak using nest-keycloak-connect. Covers guards, decorators, role extraction, and GraphQL integration.
Fix Keycloak invalid_grant errors with this complete troubleshooting guide. Covers expired codes, clock skew, PKCE mismatch, session timeouts, and debugging.
Complete guide to integrating Django REST Framework with Keycloak using mozilla-django-oidc. Covers JWT validation, DRF permissions, and custom backends.
Keycloak vs Auth0 compared for developers: architecture, pricing, features, customization, and compliance. Choose the right IAM platform for your needs.
Complete guide to securing Go APIs with Keycloak using gocloak. Covers JWT validation, RBAC middleware, token introspection, and gin router…