Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
I've implemented OpenID Connect (OIDC) login a few times in my career. Two times this year, actually. But I always forget all the steps and details, so I wanted to write them down in this article for future reference. Even if we use a library to manage the majority of those steps, we we can still benefit knowing the details under the hood.
If you’ve worked with Symfony, you’ve used symfony/http-client. You’ve run $client->request(‘GET’,...
For developers building on the Google Workspace platform, the Google Workspace Developer Tools...
Photo (cropped) by Brandon Griggs on Unsplash Update Rename is complete! Read more:...
💎 ANN: oauth2 v2.0.13 supporting token revocation via URL-encoded params, complete examples, YARD...
Let's be honest: implementing OAuth in a NestJS application is more tedious than it should be. You...
Let's make OAuth (like "Login with Google / Facebook / Github") integrated login/registration form in...
Command-line utilities are the most basic and beautiful apps ever created, the apps that started it...
Introduction MCP (Model Context Protocol), unveiled by Anthropic in late 2024, represents...
Most PayloadCMS authentication examples focus on basic email and password flows or simplified OAuth...
How JWT tokens stay secure without sharing secrets If you've ever worked with JWTs (JSON Web...
Shopify merchants often rely on Google Sheets to manage products, analyze sales, and track inventory....
CoreIdent 0.4: A Ground-Up Rewrite for .NET 10+ Hey .NET community! I have a big update to...
OAuth 2.0 is a widely used standard for secure authorization, but integrating it consistently across...
How to turn messy #product-support Slack messages into auditable tasks We’ve been experimenting with...
Implementing Sign In with Google in NodeJS (without third-party...
This is a developer tutorial. It focuses on copy‑pasteable steps, code, and gotchas for MV3...
There have been instances where I have had to juggle authentication while building for teams. The...
📘 Integrating Google Calendar with OAuth2 in Node.js Time is very essential in our...
API security is non-negotiable, but implementing OAuth 2.0 and OpenID Connect can often feel like a...
When building a modern web application, robust and user-friendly authentication is crucial. Choosing...
Before I get to the new kid (IETF RFC 7515 JSON Web Signature - JWS) support, for key discovery and...
In this article, we’ll take a close look at an interesting attack vector targeting applications that...
This article is a rebuttal to Truffle Security's post on Millions of Accounts Vulnerable due to...
When it comes to authenticating users with Google, OAuth2 provides a secure and standardized...
In this blog I've shared my approach on integrating Google OAuth in my app (Golang for backend and...
Unusual from me : a typescript package : Small Nest Keycloak is a minimal, type-safe NestJS...
Hello! Today we will talk about authorization support via OAuth 2.0 Device Authorization Flow...
Let’s cut to the chase—auth is a pain. And if you’ve ever used Passport.js, you know it’s not just a...
🎯 Introduction In this article, I'll walk you through the architecture and implementation...