I wrote a DelegatingHandler for cookie based authentication in my web API project. Now I see that I need several mvc controllers. Can I use the same handler for them? If not, what is the mvc equivalent of DelegatingHandler?
The only equivalent is a global filter.
If you use OWIN, it can be used, but it is still in beta.
Source: https://habr.com/ru/post/1498550/More articles:NHibernate Criteria - How to use a group according to the statement? - c #How to authorize Firemonkey form - delphiAuthentication with Windows Azure Active Directory directly without opening a web browser - authenticationHow to use the Azure REST API application with Active Directory authorization in Azure On - c #Failed to parse WSDL javax.wsdl.WSDLException: faultCode = PARSER_ERROR: cannot create secure XMLInputFactory - web-servicesWhy use StringBuffer in Dart instead of Iterable.join? - dartRead the model for limited context - domain-driven-designIos application crashes when freeing an instance of a subclass of UIView - memory-managementRPG calling Java, java.lang.NoClassDefFoundError - javaHow to find out if two images intersect when one image moves in android? - androidAll Articles