Skip to content

Releases: kiwicom/js-iam-middleware

v2.3.0

25 Sep 07:56
Compare
Choose a tag to compare
test: add multiple audiences test validation

v2.2.0

15 Dec 09:53
Compare
Choose a tag to compare
feat: allow use getClientToken on server

- allow use node-fetch as fetcher prop on server

v2.1.4

14 Dec 09:55
364ef34
Compare
Choose a tag to compare
fix: change workflow for internal GITHUB_TOKEN

v2.1.2

30 Jun 11:28
Compare
Choose a tag to compare
fix: pass error to next instead of modifying response

v2.1.1

07 May 12:36
Compare
Choose a tag to compare
fix(release): revert use default GITHUB_TOKEN for semantic-release

v2.1.0

31 Mar 10:20
Compare
Choose a tag to compare

feat: add param for permissions identification

v2.0.0

14 Feb 12:20
Compare
Choose a tag to compare
chore(deps): bump npm from 6.10.2 to 6.13.7

Bumps [npm](https://github.com/npm/cli) from 6.10.2 to 6.13.7.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.10.2...v6.13.7)

Signed-off-by: dependabot[bot] <support@github.com>

v1.3.0

06 Nov 09:06
Compare
Choose a tag to compare
fix: move authentication middleware from GraphQL to express

v1.2.6

06 Aug 09:26
Compare
Choose a tag to compare
fix(deps): fix security advisory for mem

v1.2.5

06 Aug 08:07
Compare
Choose a tag to compare
fix: add graphql file to the published package

We had `AuthorizationDirective.graphql` inside the published
package before, but then we added the `files` attribute to
package.json and forgot to include it. So now projects using
the graphql directive can't upgrade the package as this file
is missing.