authhero 0.270.0 → 0.271.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/authhero.cjs +1 -1
- package/dist/authhero.mjs +1 -1
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/authhero.mjs
CHANGED
|
@@ -24528,7 +24528,7 @@ async function rk(t, e) {
|
|
|
24528
24528
|
const r = {
|
|
24529
24529
|
client_id: n.client_id,
|
|
24530
24530
|
scope: e.scope,
|
|
24531
|
-
audience: e.audience
|
|
24531
|
+
audience: e.audience || n.tenant.default_audience
|
|
24532
24532
|
};
|
|
24533
24533
|
return {
|
|
24534
24534
|
client: n,
|