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

🏭 Add BasicAuth addon #223

Merged
merged 4 commits into from
Jun 1, 2024
Merged

🏭 Add BasicAuth addon #223

merged 4 commits into from
Jun 1, 2024

Commits on May 19, 2024

  1. 🏭 Add BasicAuth addon

    Implement BasicAuth addon that adds following behaviors:
    - allows setting credentials via the `.basicAuth()` method
    - parses URLs and extracts credentials from them, converting them to an Authorization header and removing them from the URL which would otherwise throw an error when passed to native fetch()
    - correctly parses usernames/passwords that contain non-latin characters (see https://developer.mozilla.org/en-US/docs/Glossary/Base64#the_unicode_problem)
    BendingBender committed May 19, 2024
    Configuration menu
    Copy the full SHA
    ad5b591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d36c6b4 View commit details
    Browse the repository at this point in the history
  3. Improve types

    BendingBender committed May 19, 2024
    Configuration menu
    Copy the full SHA
    1c38c6f View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Fix node@16 tests

    elbywan committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    57f46f2 View commit details
    Browse the repository at this point in the history