alegzable / ReactIdentityServer4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactIdentityServer4

Example app that implements OAuth2 Authorization Code flow with PKCE (https://oauth.net/2/pkce/), built with ASP.NET Core, IdentityServer4 and React.

Getting started

  1. Create a SQL Server database and replace the connection string in IdentityServer/appsettings.json
  2. Run all scripts from dbScripts.txt (from ReactIdentityServer4\IdentityServer directory)
  3. Set all three projects as StartUp Projects
  4. Start the solution

Side notes

ReactClient is built with Create React App (https://create-react-app.dev/).

About

License:MIT License


Languages

Language:C# 62.3%Language:TypeScript 25.9%Language:HTML 10.4%Language:CSS 1.3%