IdentityEndpointsSample icon indicating copy to clipboard operation
IdentityEndpointsSample copied to clipboard

A sample showing how to setup ASP.NET Core Identity API endpoints for authentication

Results 6 IdentityEndpointsSample issues
Sort by recently updated
recently updated
newest added

Your repository has helped me a lot as a beginner ASP.NET Core developer, but personally I have one problem, I have never been able to configure Swagger to work with...

For example, I want to extend registration with Captcha check, how do I replace the standard `register` endpoint with my custom one? Or another flow, when registration/login works only with...

The latest version of Identity remove the username field causing the current sample to fail for login etc. This change: - Updates to the latest prerelease NuGet dependencies - Updates...

Can we please have an example for this scenario where tokens work across servers? Like in a Microservices architecture:

Added an Angular sample app that tests all features

Adds a Dockerfile.