Ch3shireDev / FullstackROPC

Minimal example of ASP.NET Core + Angular 9 + IdentityServer4 solution implementing Resource Owner Password Credential grant.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Core + Angular 9 + IdentityServer4 (OAuth2 + OpenID)

Resource Owner Password Credential Grant

Minimal implementation of full stack solution.

How to run

  1. Run both AuthServer and ResourceAPI using debuggers or dotnet run command.
  2. Restore NPM packages in ClientApp using npm install command.
  3. Run Angular project using ng serve -o command.

About

Minimal example of ASP.NET Core + Angular 9 + IdentityServer4 solution implementing Resource Owner Password Credential grant.


Languages

Language:TypeScript 51.4%Language:C# 31.7%Language:HTML 9.0%Language:JavaScript 7.3%Language:CSS 0.5%