Skip to content
This repository was archived by the owner on Dec 27, 2024. It is now read-only.

Releases: sakuraapi/auth-audience

0.4.0

22 Aug 18:22
fcca953

Choose a tag to compare

See Milestone 0.4.0

What's new

#13 adds ability to support:

jwt: {
    domainedAudiences: {
        "field": {
            audience: "audience1.somedomain.somewhere",
            issuer: "issuer1.somedomain.somewhere",
            key: "123"
        },
        "default": {
            audience: "audience2.somedomain.somewhere",
            issuer: "issuer2.somedomain.somewhere",
            key: "456"
        }
    }
}

Thanks to @candleshine and @UmamaheshMaxwell for their work on this.

0.3.5

20 Aug 18:52
5ffb2f7

Choose a tag to compare

See Milestone 0.3.5

What's new

#15 makes Express a peer dependency

v0.3.4

17 Aug 17:38
b5efdd7

Choose a tag to compare

See Milestone 0.3.4

updated dependencies

#11 updates

v0.3.3

21 Mar 21:35
9d56bc9

Choose a tag to compare

v0.3.2

01 Feb 23:49
7b7a3a5

Choose a tag to compare

See: Milestone v0.3.2

Upgraded to use @sakuraapi/core@v0.10.0

v0.3.1

11 Jan 23:37
0eb8e27

Choose a tag to compare

See (Milestone 0.3.1)[https://github.com/sakuraapi/auth-audience/milestone/4?closed=1]

  • Plugin was improperly returning 400 when there was no auth header rather than 401

v0.3.0

09 Jan 19:18
ccd95dc

Choose a tag to compare

Big changes with how authentication is applied to routes. See README.md.

These are breaking changes.

See all #6.