Answer the question
In order to leave comments, you need to log in
An example of an ASP .NET Core Web Api application with complex authentication?
You need to write an ASP .NET Core Web Api application in which there should be authorization through JWT tokens, Refresh tokens, 2-factor authentication, password renewal, email confirmation. mail, etc., on the Internet there is a lot of information about this piece by piece, but there is almost no more complete information. Is there a link to, for example, a github with an example of the correct implementation of all of the above, to be used as an example and not to fence crutches?
Answer the question
In order to leave comments, you need to log in
https://github.com/dotnet/AspNetCore.Docs
All the official documentation is here.
The /security directory contains the answers to your question.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question