authorization-code-flow topic

List authorization-code-flow repositories

ts-oauth2-server

216
Stars
46
Forks
Watchers

A standards compliant implementation of an OAuth 2.0 authorization server for Node that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.

ms-identity-javascript-tutorial

123
Stars
80
Forks
Watchers

A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.

A React & Redux single-page application that authorizes an ASP.NET Core web API to call MS Graph API on-behalf-of a signed-in user.

SampleMsalAuthorizationCodeFlow

18
Stars
9
Forks
Watchers

An example project to demonstrate the OAuth 2.0 authorization code flow against a protected web api resource with RBAC roles.

node-oauth2-server

234
Stars
30
Forks
Watchers

🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.

requests_oauth2client

16
Stars
8
Forks
Watchers

An OAuth 2.0 client library for Python, with requests integration