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

0.4.0

Latest
Compare
Choose a tag to compare
@etsuo etsuo released this 22 Aug 18:22
· 0 commits to develop since this release
fcca953

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.