Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 21:42
85a04fa

BREAKING CHANGES

  • :client_id and :access_token URL parameters are no longer set by default
  • client_id and client_secret are now passed as basic authentication for any URL
  • The url option has been removed for auth({ type: "app" })
  • auth({ type: "app" }) no longer returns a .query key

Features

  • client_{id,_secret} are no longer passed as query, but basic authentication only (#41) (85a04fa)