Skip to content

Releases: DanielHreben/atlassian-connect-auth

4.1.0

10 Sep 03:21
Compare
Choose a tag to compare
  • Change the staging key server URL to us-east-1.

4.0.0 (December 5, 2022)

05 Dec 19:21
Compare
Choose a tag to compare
  • Deprecate Node.js v12 support. The minimum supported version is now v14.
  • Remove the upper Node.js version requirement
  • Update all devDependencies

3.0.2 (November 2, 2021)

02 Nov 13:16
Compare
Choose a tag to compare

Chores

  • Add support of all Node.js LTS versions (from 12 to 16)

3.0.0 (October 22, 2021)

22 Oct 20:41
Compare
Choose a tag to compare

Features

  • Migrated code to TypeScript by @utluiz in #18
  • Added support for signed installations by @utluiz in #20

Breaking changes

Thanks @utluiz for making so many improvements to the library! 🎉

2.2.0 (March 25, 2020)

25 Mar 13:23
Compare
Choose a tag to compare

Features

  • Allow passing customExtractToken function to Addon.prototype.auth which makes it possible to extract the token from different locations in addition to default ones req.headers.authorization and req.query.jwt (#16)

2.1.0 (March 25, 2020)

25 Mar 10:43
Compare
Choose a tag to compare

Bugfixes

  • Validate QSH in Addon.prototype.auth method (#15)
    If you need to skip validation on endpoint that accept context JWT, pass skipQsh: true

2.0.0 (March 25, 2020)

24 Mar 23:12
Compare
Choose a tag to compare

Bugfixes

  • Throw an error if the JWT doesn't contain the query string hash (qsh) on the installation webhook for Jira and Confluence add-ons (#14)

Features

  • Allow confluence as a product value (#14)

1.1.1 (December 16, 2020)

16 Dec 10:46
Compare
Choose a tag to compare

Bugfixes

  • Extract bitbucket clientKey instead of workspace uuid (#13)

Docs

  • Replace Greenkeeper badge with Snyk (#13)
  • Document product: 'bitbucket' (#13)

1.1.0 (December 2, 2020)

02 Dec 19:28
Compare
Choose a tag to compare

Features

  • Handle error when we fail to decode token, pass the original error to AuthError (#10)
  • Pass original error object to AuthError when we fail to validate the signature (#10)
  • Update atlassian-jwt to v1.0.3, wrap Express request object with jwt.fromExpressRequest (#12)

Bugfixes

  • Extract correct team id for Bitbucket (e13716a)

Chores

  • Stop supporting Node.js v8, add support for Node.js v14 in CI (#11)
  • Update all devDependencies (#11)

Add error codes

10 Nov 21:06
Compare
Choose a tag to compare

All thrown errors now has a code field