Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix authorization token Bearer prefix spelling in examples #372

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Unify authorization scheme Bearer spelling in examples to "Bearer";

    Although the authorization scheme is case-insensitive, all the examples
    in the referred specifications RFC 6749 (and RFC 6750 referred by it)
    use the spelling "Bearer", which is also the spelling in the IANA HTTP
    Authentication Scheme Registry. Unified spelling reduces confusion and
    possible mistakes in implementations that have missed the case-
    insensitivity of the authentication scheme.
    srosenda committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    03d4204 View commit details
    Browse the repository at this point in the history