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
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -177,6 +177,11 @@ Required to be set. It is the name of the header if it is setup as in-header or
177
177
178
178
#### Realm
179
179
Required to be set if SuppressWWWAuthenticateHeader is not set to true. It is used with WWW-Authenticate response header when challenging un-authenticated requests.
180
+
181
+
#### ForLegacyIgnoreExtraValidatedApiKeyCheck
182
+
Default value is false.
183
+
If set to true, IApiKey.Key property returned from IApiKeyProvider.ProvideAsync(string) method is not compared with the key parsed from the request.
184
+
This extra check did not existed in the previous version. So you if want to revert back to old version validation, please set this to true.
0 commit comments