Jan 15 · 7 min read · 🇪🇸 Leer en Español](https://insightsapex.hashnode.dev/seguridad-avanzada-oracle-apex) Implementing Robust Security Measures "Secure by default doesn't mean secure by design." If you've been working with Oracle APEX for any length of time, you've ...
Join discussion
Jul 2, 2025 · 7 min read · What is Single Sign-On (SSO)? We all know ho we can log into Gmail and then access YouTube, Google Drive, and Google Maps without entering your password again? That's the what we can call Single Sign-On (SSO) at work. We use dozens of applications on...
Join discussion
May 21, 2025 · 6 min read · Introduction Authentication is one of the most critical aspects of modern applications, yet it's often one of the most misunderstood by beginners — and I was no exception. I began with a simple username-password check and session handling, but quickl...
Join discussion
May 6, 2025 · 4 min read · When building or working with APIs, understanding who is making the request and what they’re allowed to do is critical. This is where authentication and authorization come in. Whether you're logging into a system, using a third-party app, or integrat...
Join discussionMay 5, 2025 · 3 min read · Authentication is a fundamental part of any API, but Django REST Framework’s built-in token authentication is limited. It only allows one token per user, lacks context-awareness, and has no built-in revocation tools. That’s why I built drf_authentify...
Join discussion
Apr 14, 2025 · 10 min read · Introduction Next.js has revolutionized React development by providing a powerful framework with built-in features for routing, server-side rendering, and API development. One of its most powerful yet sometimes overlooked features is Middleware - cod...
Join discussion
Apr 7, 2025 · 8 min read · 0. Introduction to Federation Architecture Federation allows centralized user authentication across multiple service providers through a trusted identity provider. This document explains how to implement SAML 2.0-based federation between Azure Active...
Join discussion
Mar 1, 2025 · 6 min read · The world of backend development is constantly evolving, and keeping up with the latest trends, technologies, and tools is essential for any developer aiming to build scalable, reliable, and efficient web applications. If you're looking to break into...
Join discussion