DefaultEqAuthProvider class
The default implementation of the [Korzh.EasyQuery.Services.IEqAuthProvider](api-reference/korzh-easyquery/korzh-easyquery-services-namespace/ieqauthprovider-interface) interface. Contains several methods which allow to mark some EasyQuery actions as "anonymous" (so they can be accessed by any user) and to restrict the access to them depening on user role.
EasyQueryOptionsExtentionsAuth class
Contains several extension methods which simplifies the registration of the default authorithation provider for EasyQuery actions.
EqSessionCachingService class
Represents an implemenation of [Korzh.EasyQuery.Services.IEqCachingService](api-reference/korzh-easyquery/korzh-easyquery-services-namespace/ieqcachingservice-interface) which uses Session for storing cached objects.