Middleware that allows to extract token from authenticated requests, delegate it to an appropriated ISecurityTokenValidator and generate and AuthenticationTicket.
GNU Lesser General Public License v3.0
1
stars
4
forks
source link
Make this library stlyle and behavior more likely to ASP.NET Authentication #3
See src/MakingSense.AspNetCore.Authentication.SimpleToken/SimpleTokenAuthenticationHandler.cs from #10. I think that change fix the example problem of exceptions
For example we are generating exceptions while ASP.NET Authentication does not.