You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
Most of the time you don't interact with these filters directly unless you are configuring them as a global filter. These filters should live in a user friendly namespace.
The text was updated successfully, but these errors were encountered:
Eilon
changed the title
Move AuthorizeFitler and CORS filters into a user friendly namespace
Move AuthorizeFilter and CORS filters into a user friendly namespace
Mar 18, 2016
Looks like the some of our built-in filters that are tied to external attributes live in an internal namespace:
https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.Core/Internal/AuthorizeFilter.cs
https://github.com/aspnet/Mvc/blob/dev/src/Microsoft.AspNetCore.Mvc.Cors/Internal/CorsAuthorizationFilter.cs
Most of the time you don't interact with these filters directly unless you are configuring them as a global filter. These filters should live in a user friendly namespace.
The text was updated successfully, but these errors were encountered: