Articles by Tag #oauth

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Advanced Patterns for Symfony HttpClient: Streaming, Retry, and Resilience

If you’ve worked with Symfony, you’ve used symfony/http-client. You’ve run $client->request(‘GET’,...

Learn More 8 3Oct 24

Workspace Developer Tools VSCode Extension

For developers building on the Google Workspace platform, the Google Workspace Developer Tools...

Learn More 13 6Jun 24

Rename `oauth-xx` org to `ruby-oauth`?

Photo (cropped) by Brandon Griggs on Unsplash Update Rename is complete! Read more:...

Learn More 7 5Jun 27

💎 ANN: oauth2 v2.0.13

💎 ANN: oauth2 v2.0.13 supporting token revocation via URL-encoded params, complete examples, YARD...

Learn More 6 0Aug 30

OAuth Integration in NestJS: From Hours of Configuration to 2 Minutes

Let's be honest: implementing OAuth in a NestJS application is more tedious than it should be. You...

Learn More 0 0Nov 23

How to make OAuth integrated login/registration form in Node.js

Let's make OAuth (like "Login with Google / Facebook / Github") integrated login/registration form in...

Learn More 1 0Oct 29

Integrate GitHub Login with OAuth Device Flow in Your JS CLI

Command-line utilities are the most basic and beautiful apps ever created, the apps that started it...

Learn More 18 12May 20

Securing MCP (Model Context Protocol) servers with OAuth 2.1: Architecture

Introduction MCP (Model Context Protocol), unveiled by Anthropic in late 2024, represents...

Learn More 0 0Oct 18

Understanding RS256: A Deep Dive into Asymmetric Encryption

How JWT tokens stay secure without sharing secrets If you've ever worked with JWTs (JSON Web...

Learn More 1 0Oct 4

How to Integrate Google Sheets API with Shopify Using OAuth 2.0

Shopify merchants often rely on Google Sheets to manage products, analyze sales, and track inventory....

Learn More 0 0Oct 27

Introducing kerliix-oauth: A Node.js & Python Kerliix OAuth Library

OAuth 2.0 is a widely used standard for secure authorization, but integrating it consistently across...

Learn More 0 0Oct 28

Automate Slack workflows with LangGraph

How to turn messy #product-support Slack messages into auditable tasks We’ve been experimenting with...

Learn More 0 0Nov 5

needy

Implementing Sign In with Google in NodeJS (without third-party...

Learn More 0 0Oct 30

How I Built a Chrome Extension That Connects Securely to a Flask Backend (with Google OAuth + Cloud Run)

This is a developer tutorial. It focuses on copy‑pasteable steps, code, and gotchas for MV3...

Learn More 6 0Aug 2

Clerk vs Auth0: Choosing the Right Authentication Solution

When building a modern web application, robust and user-friendly authentication is crucial. Choosing...

Learn More 10 1Apr 15

Secure Your .NET 8 APIs in Minutes with OpenIddict: A Minimalist's Guide

API security is non-negotiable, but implementing OAuth 2.0 and OpenID Connect can often feel like a...

Learn More 1 0Aug 31

Integrating Google Calendar with OAuth2 in Node.js

📘 Integrating Google Calendar with OAuth2 in Node.js Time is very essential in our...

Learn More 0 0Sep 16

Attacks via a New OAuth flow, Authorization Code Injection, and Whether HttpOnly, PKCE, and BFF Can Help

In this article, we’ll take a close look at an interesting attack vector targeting applications that...

Learn More 0 0Apr 12

💎 ANN: oauth2 v2.0.12 (w/ support for kids)

Before I get to the new kid (IETF RFC 7515 JSON Web Signature - JWS) support, for key discovery and...

Learn More 6 0May 31

Are millions of accounts vulnerable due to Google's OAuth Flaw?

This article is a rebuttal to Truffle Security's post on Millions of Accounts Vulnerable due to...

Learn More 11 1Jan 15

A Step-by-Step Guide to Google OAuth2 Authentication with JavaScript and Bun

When it comes to authenticating users with Google, OAuth2 provides a secure and standardized...

Learn More 31 0Jan 28

Google OAuth 2.0 Flow in Golang and React.js

In this blog I've shared my approach on integrating Google OAuth in my app (Golang for backend and...

Learn More 11 1Feb 17

OAuth 2.0 authorization in PostgreSQL using Keycloak as an example

Hello! Today we will talk about authorization support via OAuth 2.0 Device Authorization Flow...

Learn More 2 0Nov 10

Small Nest Keycloak

Unusual from me : a typescript package : Small Nest Keycloak is a minimal, type-safe NestJS...

Learn More 0 0Oct 21

Integrating Google OAuth 2.0 with JWT in a Node.js + TypeScript App using Passport.js

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...

Learn More 16 0Jan 3

Building a Production-Ready AI ChatBot Platform with Real-Time Analytics

🎯 Introduction In this article, I'll walk you through the architecture and implementation...

Learn More 1 0Nov 17

Getting Started with Keycloak: Understanding the Basics

In today's interconnected digital landscape, securing APIs (Application Programming Interfaces) is...

Learn More 12 0Jan 9

OAuth vs JWT: Which One Secures Your APIs Better?

When building secure applications, developers often come across two popular authentication and...

Learn More 10 0Mar 9

Securing Blazor in All Its Flavors

Since its first official release in .NET 3.0, Blazor has made a solemn promise to .NET developers:...

Learn More 4 0Feb 27

Umbraco and Bellissima: Swagger, Tokens, Entry Points

These examples are meant to set up authentication in your own code in Umbraco 14+ by hooking on to...

Learn More 4 0Dec 18 '24