This repository was archived by the owner on Dec 27, 2024. It is now read-only.
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.