glamorous-balloon-70018
08/07/2024, 9:09 PMtoken_type
as bearer
rather than Bearer
. I believe the responsible line of code is here
1. Is Ory strongly opinionated about this being bearer
instead of Bearer
?
2. I know the spec indicates token_type
here should be treated as case-insensitive, but the reality is that many libraries simply concatenate the token_type
value into the Authorization
header, resulting in an out-of-spec Authorization: bearer foo
value. Would Ory be open to a PR to update this to Bearer
to work better with these (badly behaving) libraries?glamorous-balloon-70018
08/07/2024, 9:10 PM