aspnetcore/src
Ryan Nowak 831785fe9f Make AddAuthorization() idempotent
Found this issue which looking into making AddMvc() idempotent. You'll end
up with multiple pass-through handlers registered if two components call
AddAuthorization(). This is very possible to happen if used two frameworks
in the same app.
2015-09-04 08:26:54 -07:00
..
Microsoft.AspNet.Authentication #58 Serialize the ClaimsIdentity.BootstrapContext. 2015-09-03 17:25:56 -07:00
Microsoft.AspNet.Authentication.Cookies
Microsoft.AspNet.Authentication.Facebook
Microsoft.AspNet.Authentication.Google
Microsoft.AspNet.Authentication.JwtBearer
Microsoft.AspNet.Authentication.MicrosoftAccount
Microsoft.AspNet.Authentication.OAuth
Microsoft.AspNet.Authentication.OpenIdConnect
Microsoft.AspNet.Authentication.Twitter
Microsoft.AspNet.Authorization Make AddAuthorization() idempotent 2015-09-04 08:26:54 -07:00