Skip to content

Commit 725c3f7

Browse files
authored
Merge pull request #8 from mihirdilip/3.1.0-readme-update
ForLegacyIgnoreExtraValidatedApiKeyCheck configuration option added t…
2 parents 2e63cb4 + 2d9c313 commit 725c3f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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
177177

178178
#### Realm
179179
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.
180185

181186
#### SuppressWWWAuthenticateHeader
182187
Default value is false.

0 commit comments

Comments
 (0)