Tag: #authentication
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 23 posts
Django Authentication Practical Guide - Sessions, DRF + SimpleJWT, Middleware, Cookie-based Auth Complete Mastery
Complete mastery of session authentication and DRF SimpleJWT-based JWT authentication in Django, covering middleware, request.user, and cookie configuration with practical code.
2026-03-08 · 18 min read #architecture#authentication#django#jwt#cookieOAuth 2.0 Mastery — Everything About Authentication and Authorization
From the inner workings of OAuth 2.0 to Authorization Code, PKCE, Refresh Tokens, and OpenID Connect. Why does a single Google login button require such a complex protocol? We fully dissect it with code and sequence diag
2026-03-02 · 7 min read #architecture#oauth2#security#authentication#authorizationThe Definitive Guide to Next-Generation Digital Identity, SSO, and Keycloak in Practice
Compare SSO architectures and SAML/OAuth2/OIDC standards, then dive into Keycloak production deployment, authentication flows, RBAC/ABAC authorization, LDAP integration, Spring Boot/Next.js integration, and high availabi
2026-03-01 · 12 min read #keycloak#iam#sso#oauth2#oidc