@digitalbazaar/oid4-client 2.0.0 → 3.0.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/lib/OID4Client.js CHANGED
@@ -232,7 +232,7 @@ export class OID4Client {
232
232
  try {
233
233
  // discover issuer info
234
234
  const issuerConfigUrl =
235
- `${parsedIssuer.origin}/.well-known/oauth-authorization-server` +
235
+ `${parsedIssuer.origin}/.well-known/openid-credential-issuer` +
236
236
  parsedIssuer.pathname;
237
237
  const issuerConfig = await discoverIssuer({issuerConfigUrl, agent});
238
238
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalbazaar/oid4-client",
3
- "version": "2.0.0",
3
+ "version": "3.0.0",
4
4
  "description": "An OID4 (VC + VP) client",
5
5
  "homepage": "https://github.com/digitalbazaar/oid4-client",
6
6
  "author": {