ApiKeyAuthenticationOptions.AllowQueryStringFallback property
If true, also look for the key in the query string.
Defaults to false.
Note: this is less secure, as query strings can be logged.
Use with caution.
public bool AllowQueryStringFallback { get; set; }
See Also
- class ApiKeyAuthenticationOptions
- namespace Kestrun.Authentication