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
Currently using RESTier version 1.1.0-rc.1.20231121.1 I get the following tooltip:
We use the AddChainedServicesMethod to extend the IChangeSetItemAuthorizer with custom logic we depend on.
If this way is deprecated, how is it supposed to look going forward? Where do I find up-to-date documentation on this topic?
Chapter 2.3 in the Docs recommend using the ConfigureApi() method in the Api-Class but I get an Error-Message stating EntityFrameworkApi<T> does not contain a definition for ConfigureApi. I am a bit lost on that... The Northwind-Sample for AspNetCore is a less complex example and does not include custom Authorizer Logic
The text was updated successfully, but these errors were encountered:
Currently using RESTier version
1.1.0-rc.1.20231121.1
I get the following tooltip:We use the
AddChainedServicesMethod
to extend theIChangeSetItemAuthorizer
with custom logic we depend on.If this way is deprecated, how is it supposed to look going forward? Where do I find up-to-date documentation on this topic?
Chapter 2.3 in the Docs recommend using the
ConfigureApi()
method in the Api-Class but I get an Error-Message statingEntityFrameworkApi<T>
does not contain a definition forConfigureApi
. I am a bit lost on that... The Northwind-Sample for AspNetCore is a less complex example and does not include custom Authorizer LogicThe text was updated successfully, but these errors were encountered: