@absolutejs/auth 0.75.1 → 0.75.2

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/server.js CHANGED
@@ -4256,6 +4256,7 @@ var DEFAULT_AGENT_RESOURCE_METADATA_ROUTE = "/.well-known/oauth-protected-resour
4256
4256
  var agentProtectedResourceMetadata = (config) => ({
4257
4257
  authorization_servers: [config.authorizationServer],
4258
4258
  bearer_methods_supported: ["header"],
4259
+ ...config.dpopBoundAccessTokensRequired === true ? { dpop_bound_access_tokens_required: true } : {},
4259
4260
  ...config.logoUri === undefined ? {} : { resource_logo_uri: config.logoUri },
4260
4261
  ...config.resourceName === undefined ? {} : { resource_name: config.resourceName },
4261
4262
  resource: config.resource,
@@ -41658,5 +41659,5 @@ export {
41658
41659
  VerificationProviderError
41659
41660
  };
41660
41661
 
41661
- //# debugId=77EFAA9D607737B964756E2164756E21
41662
+ //# debugId=4C7D47096A194ABC64756E2164756E21
41662
41663
  //# sourceMappingURL=server.js.map