Authorization Server with OpenIddict: Minimal server implementation | by Lê Gimenes
We will begin the implementation of an authorization server with minimal api using OpenIddict, initially with its minimum features. OpenIddict is a stack that provides features for supporting OAuth2 and OIDC in applications. By adding the NuGet package references of OpenIddict to the project, we ensure the standards that must be followed to implement an
Authorization Server with OpenIddict: Minimal server implementation | by Lê Gimenes Read More »