I'm trying to do a simple user authentication with the following code public async Task<IActionResult> OnPostAsync() { if (!ModelState
I have the following code and i want to understand what is the difference between those two extension methods. What each one do? services.AddAuthentication (Jw