@absolutejs/auth 0.56.7 → 0.56.8
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/manifest.js +19 -2
- package/dist/manifest.js.map +3 -3
- package/dist/manifest.json +25 -1
- package/package.json +2 -2
package/dist/manifest.js
CHANGED
|
@@ -8626,7 +8626,24 @@ var settings = Type2.Object({
|
|
|
8626
8626
|
}))
|
|
8627
8627
|
});
|
|
8628
8628
|
var manifest = defineManifest()({
|
|
8629
|
-
contract:
|
|
8629
|
+
contract: 2,
|
|
8630
|
+
discovery: {
|
|
8631
|
+
audiences: ["applications", "agent-hosts"],
|
|
8632
|
+
intents: [
|
|
8633
|
+
"authenticate people and agents",
|
|
8634
|
+
"issue scoped agent delegations",
|
|
8635
|
+
"publish OAuth discovery"
|
|
8636
|
+
],
|
|
8637
|
+
keywords: [
|
|
8638
|
+
"auth",
|
|
8639
|
+
"oauth",
|
|
8640
|
+
"oidc",
|
|
8641
|
+
"agents",
|
|
8642
|
+
"delegation",
|
|
8643
|
+
"device-flow"
|
|
8644
|
+
],
|
|
8645
|
+
protocols: ["OAuth 2.0", "OpenID Connect", "ID-JAG"]
|
|
8646
|
+
},
|
|
8630
8647
|
identity: {
|
|
8631
8648
|
accent: "#6366f1",
|
|
8632
8649
|
category: "auth",
|
|
@@ -8784,5 +8801,5 @@ export {
|
|
|
8784
8801
|
manifest
|
|
8785
8802
|
};
|
|
8786
8803
|
|
|
8787
|
-
//# debugId=
|
|
8804
|
+
//# debugId=2E4F9C3AC2D022D864756E2164756E21
|
|
8788
8805
|
//# sourceMappingURL=manifest.js.map
|