MakingSense / aspnet-authentication-simpletoken

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

Open andresmoschini opened 8 years ago

andresmoschini commented 8 years ago

For example we are generating exceptions while ASP.NET Authentication does not.

RodrigoPereyraDiaz commented 5 years ago

See src/MakingSense.AspNetCore.Authentication.SimpleToken/SimpleTokenAuthenticationHandler.cs from #10. I think that change fix the example problem of exceptions