Skip to content

OAuth 2.0 + web previews

In addition to support for auth methods API key, basic auth, bearer token and OpenID Connect (PKCE), environments have now been extended with common auth methods OAuth 2.0 Code Flow and OAuth 2.0 Code Flow w/ PKCE.

It is now also possible to export and import all environments as plain-text JSON files (from the Environments page) to somewhat simplify the process of sharing environments between computers or Slingshot instances. Please note that any encrypted secret or credential is exported in plain-text when exported (but of course encrypted back when importing).

Since last update there has also been a few other feature improvements, such as being able to toggle whether to send query parameters or not in the request editor as well as defaulting to a web preview if the returned response is a HTML document.

Auth updates

  • Added support for OAuth 2.0 code flow with PKCE
  • Added support for OAuth 2.0 code flow
    Note that some data will pass through the configured proxy.
  • Added support for importing / exporting all environments in plain-text

Other updates

  • Now possible to enable/disable query params when sending requests
  • All pages now have proper page titles
    Picking a collection or request adds the name to the browser's tab title.
  • HTTP responses with content-type "text/html" now default to being previewed
    Tabs added above response to toggle between HTML preview or code.
  • Hosted Slingshot app deployed to Cloudflare
    To improve end-user performance the Slingshot webapp is now deployed to Cloudflare's edge network and is served closer to users (before it was hosted in only one location).