Skip to content

AspNetCore.Authentication.ApiKey

Choose a tag to compare

@mihirdilip mihirdilip released this 01 Mar 19:18
· 17 commits to master since this release
  • WWW-Authenticate challenge header now returns SchemeName as scheme part instead of ApiKeyOptions.KeyName
  • WWW-Authenticate challenge header now has 2 new parameters 'in' and 'key_name' in value part
  • ForLegacyUseKeyNameAsSchemeNameOnWWWAuthenticateHeader added to the ApiKeyOptions
  • In Authorization Header now able to use either SchemeName or ApiKeyOptions.KeyName when matching AuthorizationHeader Scheme
  • Visibility of all the handlers changed to public (#21)
  • Tests added
  • Readme updated
  • Copyright year updated on License