Search Articles — Sudonull

Search Results

In this project

OpenVPN + Keycloak: OAuth2 setup

https://sudonull.com/openvpn-keycloak-oauth2-setup

Integration of OpenVPN with Keycloak via openvpn-auth-oauth2. Step-by-step setup on Ubuntu 24.04, nginx and server configs. For DevOps and sysadmin.

How to Implement JWT Authentication: Step-by-Step Guide

https://sudonull.com/how-to-implement-jwt-authentication-step-by-step-guide

Learn how to implement JWT authentication securely in your web API. This complete guide covers token issuance, validation, best practices, and production security.

Leak of 400 files through ChatGPT and OAuth

https://sudonull.com/leak-of-400-files-through-chatgpt-and-oauth

ChatGPT downloaded 400+ corporate files from Google Drive in 42 ms. Analysis of the mechanism, shadow AI risks and protection measures for IT specialists. How to avoid it in your company.

NextAuth + Django JWT: unified authentication

https://sudonull.com/nextauth-django-jwt-unified-authentication

Integration of NextAuth with Django REST Framework without duplicate login. OAuth synchronization, auto-refresh tokens. Full code for middle/senior developers. Deploy the scheme in an hour.

From other projects

From the web

Jan 27, 2026 ·

https://www.digitalocean.com/community/tutorials/an-introduction-to-oauth-2

Jan 27, 2026 · Learn OAuth 2 fundamentals, how authorization works, and how to securely grant API access. Covers roles, grant types, and when to use each flow.

Jan 9, 2026 ·

https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-auth-code-flow

Jan 9, 2026 · This approach is called the hybrid flow because it mixes OIDC with the OAuth2 authorization code flow. The hybrid flow is commonly used in web apps to render a page for a user without blocking on code redemption, notably in ASP.NET.

Dec 16, 2022 ·

https://www.geeksforgeeks.org/software-engineering/workflow-of-oauth-2-0/

Dec 16, 2022 · OAuth2 . 0 is an Open industry-standard authorization protocol that allows a third party to gain limited access to another HTTP service, such as Google, Facebook, and GitHub, on behalf of a user, once the user grants permission to access their credentials.

Searches related to oauth2

https://oauth.net/getting-started/

Getting Started Below are some guides to OAuth 2 .0 which cover many of the topics needed to understand and implement clients and servers. OAuth 2 .0 Simplified OAuth 2 .0 Simplified, written by Aaron Parecki, is a guide to OAuth 2 .0 focused on writing clients that gives a clear overview of the spec at an introductory level. Roles: Applications, APIs and Users Creating an App Authorization ...

Trending Now