Articles by Tag #oauth

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

POST only? Let's end this absurd API design debate

Debunking the "POST only" API myth, explaining why it stems from a misunderstanding of API design...

Learn More 60 8Jul 23 '24

Integrate Google OAuth2 Social Authentication into your Django Web App

Introduction Many modern web apps are using social authentication methods as an...

Learn More 49 0Sep 18 '24

OAuth vs. JWT: Ultimate Comparison

One of the most critical decisions in a software development project is selecting security standards....

Learn More 39 4Jul 25 '24

🔐 How to Implement OAuth 2.0 Authentication in ASP.NET Core with External APIs

Introducción In today’s interconnected digital world, integrating with external APIs securely is more...

Learn More 23 3Nov 11 '24

OAuth 2.0 Authentication in Spring Boot: A Guide to Integrating Google and GitHub Login

A post by Ayush Shrivastava

Learn More 21 0Aug 31 '24

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

Discord bot dashboard with OAuth2 (Nextjs)

Preface I wanted to build a Discord bot with TypeScript that had: A database A...

Learn More 15 0Jul 11 '24

Workspace Developer Tools VSCode Extension

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

Learn More 13 6Jun 24

Autenticação, Autorização, MFA e muito mais com Golang

"Ó o cara falando de autenticação em pleno 2024!" Sim! Vamos explorar como realizar fluxos de...

Learn More 12 2Oct 14 '24

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

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

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

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

Tauri (7) - Implementing OAuth login functionality

Introduction Implementing OAuth login in Tauri requires integrating both frontend and...

Learn More 9 0Jan 22

Key Concepts to Understand Before Diving into Nylas

Must-Know Concepts Before You Dive into Nylas So, I was ready to get started with Nylas...

Learn More 9 0Aug 12 '24

Modern Authentication on .NET in Practice: OpenID Connect, BFF and SPA

Introduction As web technologies continue to advance, so do the methods and protocols...

Learn More 9 0Aug 26 '24

Go for Node developers: creating an IDP from scratch - Set-up

Series Intro Nowadays, due to performance constraints a lot of companies are moving away...

Learn More 8 1Apr 19

Securing Microservices with Spring Security: Implementing JWT and OAuth 2.0 Part-1

Securing microservices using Spring Security, JWT, and OAuth 2.0 involves setting up a comprehensive...

Learn More 8 2Jul 31 '24

Pushed Authorization Requests in .NET 9: Why and How to Use Them

You may have heard that .NET 9.0 brings Pushed Authorization Requests (PAR) support in ASP.NET Core....

Learn More 7 0Jan 15

Why do we need OAuth ?

There are two perspective here when explaining why do we need OAuth. Lets see the user view first. ...

Learn More 7 0Apr 20

Authentication and Authorization Techniques in Modern Web Applications

As the web grows more complex, securing applications has become paramount. Two critical pillars of...

Learn More 6 0Oct 28 '24

OAuth Tutorial with Go and the Spotify API

When OAuth was released, it solved a major issue with application security, privacy, and user...

Learn More 6 0Oct 30 '24

Getting Started with Keycloak: Understanding the Basics

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

Learn More 5 0Jan 9

Spring Boot + Feign Client + OAuth2

Esse post está sendo criado baseando-se na versão 3.3.3 do Spring Boot. As dependências do Feign e...

Learn More 5 0Aug 29 '24

A Developer’s Guide to OAuth and OIDC Endpoints

Have you ever used "Login with Google" and wondered how it works behind the scenes? The magic lies in...

Learn More 5 3Jun 13

Securing API Gateway with AWS Cognito Authentication using OAuth 2.0 and Custom Domains

Introduction In our previous post, we explored securing API Gateway using a Lambda...

Learn More 5 0Mar 27

SSO vs OAuth – Understand the Key Difference

If you're building modern web or mobile apps, chances are you've come across terms like SSO, OAuth,...

Learn More 5 0Apr 20

Mastering Modern Authentication in Web Applications: OAuth 2.0 Demystified

In today's digital world, web applications have become integral to our daily lives. From social...

Learn More 5 0Sep 21 '24

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