mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-23 18:19:08 +00:00
According to RFC 7235 (HTTP/1.1: Authentication), schema tokens are handled case-insensitive (Section 2.1: Challenge and Response). This change compares the known token values basic, bearer, and signature case-insensitive. - https://datatracker.ietf.org/doc/html/rfc7235#section-2.1