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

What is OAuth 2.0? Definition & Examples | Auth0

https://auth0.com/intro-to-iam/what-is-oauth-2

OAuth 2.0 provides consented access and restricts actions of what the client app can perform on resources on behalf of the user, …

OAuth - Wikipedia

https://en.wikipedia.org/wiki/OAuth

OAuth can be used in conjunction with XACML, where OAuth is used for ownership consent and access delegation whereas XACML …

OAuth 2.0 — OAuth

https://oauth.net/2/

OAuth 2.0 is the industry-standard protocol for authorization. OAuth 2.0 focuses on client developer simplicity while providing specific …

What Is OAuth? | Microsoft Security

https://www.microsoft.com/en-us/security/business/security-101/what-is-oauth?msockid=3fa09986ff2e689d0e2a8e24feff69ea

OAuth, or Open Authorization, is an authorization framework that allows an application to be authorized to access a resource.

OAuth Authentication - GeeksforGeeks

https://www.geeksforgeeks.org/ethical-hacking/oauth-authentication/

Nov 25, 2025 · OAuth is a widely used authorization framework that allows third-party applications to access a user’s resources (such …

Using OAuth 2.0 to Access Google APIs | Authorization | Google for ...

https://developers.google.com/identity/protocols/oauth2

May 26, 2026 · For an interactive demonstration of using OAuth 2.0 with Google (including the option to use your own client …

OAuth Community Site

https://oauth.net/

An open protocol to allow secure authorization in a simple and standard method from web, mobile and desktop applications. Learn …

Microsoft identity platform and OAuth 2.0 authorization code flow

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

Jan 9, 2026 · The OAuth 2.0 authorization code flow is described in section 4.1 of the OAuth 2.0 specification. Apps using the OAuth …

Using OAuth 2.0 for Web Server Applications | Authorization | Google ...

https://developers.google.com/identity/protocols/oauth2/web-server

May 26, 2026 · OAuth 2.0 allows users to share specific data with an application while keeping their usernames, passwords, and …

OAuth 2.0 Authorization Framework - Auth0 Docs

https://auth0.com/docs/authenticate/protocols/oauth

The OAuth 2.0 authorization framework is a protocol that allows a user to grant a third-party web site or application access to the …

Trending Now