@absolutejs/auth 0.56.12 → 0.56.14

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.
@@ -5,6 +5,13 @@ no separate `auth-md` package and no WorkOS service dependency. `/auth.md` is a
5
5
  wire-compatible, generated companion document; OAuth metadata remains the
6
6
  authoritative machine-readable contract.
7
7
 
8
+ For applications that use ordinary OAuth dynamic client registration rather
9
+ than the claim/ID-JAG profile, `agentAuth.oauthGuide` publishes the same native
10
+ `/auth.md` surface from an exact list of enabled protected resources, metadata
11
+ URLs, and scopes. RFC 8414 discovery links it through
12
+ `service_documentation`. The guide never creates a second credential type or
13
+ changes the application's audience-bound OAuth verification.
14
+
8
15
  ## Interoperability contract
9
16
 
10
17
  The implementation composes existing standards wherever they already define the
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.56.12",
2
+ "version": "0.56.14",
3
3
  "name": "@absolutejs/auth",
4
4
  "description": "An authorization library for absolutejs",
5
5
  "repository": {