Minimal implementation of full stack solution.
- Run both
AuthServer
andResourceAPI
using debuggers ordotnet run
command. - Restore NPM packages in
ClientApp
usingnpm install
command. - Run Angular project using
ng serve -o
command.
Minimal example of ASP.NET Core + Angular 9 + IdentityServer4 solution implementing Resource Owner Password Credential grant.
TypeScript
Minimal implementation of full stack solution.
AuthServer
and ResourceAPI
using debuggers or dotnet run
command.ClientApp
using npm install
command.ng serve -o
command.