The scaffolding codes provide basic user/password login framework integrated with 3rd party authentication (Google, Facebook). Articulate use of a single API for ROPC and refreshing token, aligning with OAuth 2.0 standards.
Usage of strongly typed token API enhances security by conforming to OAuth 2.0 standards. Introduction of 'polymorphic model binding' for token endpoint in ASP.NET Core Web API.
Discussion is focused on 'public client' aspects within 'user-agent-based application' and covers integration with 'Core3WebApi' and 'AuthController.cs'.
Following articles aim to decouple ASP.NET Core Identity, Authentication, and Databases while sharing Identity Bearer Tokens among ASP.NET Core Web APIs.
Collection
[
|
...
]