authorization-code-flow
There are 22 repositories under authorization-code-flow topic.
node-oauth/node-oauth2-server
🚀 The successor to oauthjs/oauth2-server. 🔒 Complete, compliant, maintained and well tested OAuth2 Server for node.js. Includes native async await and PKCE.
jasonraimondi/ts-oauth2-server
A full featured, secure, standards compliant implementation of an OAuth 2.0 authorization server for Nodejs that utilizes JWT and Proof Key for Code Exchange (PKCE), written in TypeScript.
Azure-Samples/ms-identity-javascript-tutorial
A chapterwise tutorial that will take you through the fundamentals of modern authentication with Microsoft identity platform in Vanilla JavaScript.
Azure-Samples/ms-identity-javascript-react-spa-dotnetcore-webapi-obo
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.
ionutbalosin/java-application-security-practices
Application security best practices and code implementations for Java developers. This project is intended for didactic purposes only, supporting my training course.
guillp/requests_oauth2client
An OAuth 2.0 client library for Python, with requests integration
keithbabinec/SampleMsalAuthorizationCodeFlow
An example project to demonstrate the OAuth 2.0 authorization code flow against a protected web api resource with RBAC roles.
ndrwbv/vk-auth-react-nestjs
📝 [Article] VK Auth in NestJS + React
rk4bir/microservice-boilerplate
Django based microservice architecture with oauth2 🔋🌟
EikaGruppen/go-oauth-cli-client
Add MFA/2FA support in your CLI
iamgideonidoko/user-auth
Implementation of OAuth2 authorization code flow
Minminzei/expo-authsession-authcodeflow
OAuth/ Authorization Code Flow with PKCE extension by Expo AuthSession
guillp/niquests_oauth2client
An OAuth 2.0 client library for Python, built on top of `niquests`.
arv9135/Angular-IdentityServer-Cookie
Angular 10 (SPA) and Identity Server 4 (authorization code flow with pkce) with cookie storage (to fix redirect on identity server page) || angular-auth-oidc-client
DeshanSL/auth0-dotnet8-authorization-code-flow
Implementation of Authorization code flow between auth0, blazor webapp and a rest API with docker-compose for orchestration
wkostusiak/spotify_analysis_app
Check your Spotify data as plotly graphs in Django app using authorization code flow
wozjac/samples-oauth-ac-abap
[Sample] OAuth Authorization Code flow in ABAP (on-premise)
nononsensecode/authorization-code-flow-vanilla-js-client
This repository demonstrates authorization code flow of OAuth 2 using vanilla Javascript
crimsonpee/niquests_oauth2client
An OAuth 2.0 client library for Python, built on top of `niquests`.
paro87/MercedesApp-using-Spring-Security
Implementation Authorization Code and Client Credentials Flows
tozastation/SPA-Authorization-Code-Flow-Sample
SPAでのSpotify認証のサンプル
wozjac/samples-oauth-ac-backend
[Sample] OAuth protected backend