Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 406 Bytes

ASP.NET.8.Identity

Sample Implement of new Identity using Minimal ASP.NET API 8 and FastEndPoint and REPR pattern With Result pattern. and used different mapping methods like manual mapping and Mapperly.

2 Endpoint:

  • api/v1/register/Consumer to register as consumer, used Mapperly.
  • api/v1/register to register application used, used manual mapping.