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 #47 Standardize on I*Events pattern. 2015-09-03 11:02:19 -07:00
Microsoft.AspNet.Authentication.Facebook
Microsoft.AspNet.Authentication.Google
Microsoft.AspNet.Authentication.JwtBearer #47 Standardize on I*Events pattern. 2015-09-03 11:02:19 -07:00
Microsoft.AspNet.Authentication.MicrosoftAccount
Microsoft.AspNet.Authentication.OAuth Move Context objects to OIDC and JwtBearer, remove generics. 2015-09-02 17:01:25 -07:00
Microsoft.AspNet.Authentication.OpenIdConnect Remove unused RedirectFromIdentityProviderContext. 2015-09-03 12:39:36 -07:00
Microsoft.AspNet.Authentication.Twitter #47 Standardize on I*Events pattern. 2015-09-03 11:02:19 -07:00
Microsoft.AspNet.Authorization Make AddAuthorization() idempotent 2015-09-04 08:26:54 -07:00