Skip to content

Creating Requests with Authorization

KeyRunner offers secure authorization methods like Basic Auth, OAuth 2.0, Bearer Tokens, and API Keys. These credentials are encrypted and stored on the file system, hidden from the UI, and can be managed as environment variables.

  1. Setting Authorization:

    • Choose the desired authorization method within the request settings.
    • Enter the encrypted credentials or set environment variables.
  2. Types of Authorization:

    • Basic Auth: Username and password encrypted and securely stored.
    • OAuth 2.0: Access tokens for secure authorization workflows.
    • Bearer Token: Token-based authentication for requests.
    • API Key: Securely store API keys for authentication purposes.

These methods ensure secure access to APIs while maintaining encryption and allowing flexible management of credentials.

Released under the MIT License.