@mongodb-js/oidc-mock-provider
Advanced tools
Comparing version 0.7.1 to 0.8.0
@@ -17,2 +17,3 @@ /// <reference types="node" /> | ||
hostname?: string; | ||
additionalIssuerMetadata?: () => Record<string, unknown>; | ||
} | ||
@@ -19,0 +20,0 @@ export declare class OIDCMockProvider { |
@@ -75,2 +75,3 @@ "use strict"; | ||
device_authorization_endpoint: new URL('/device', this.issuer).toString(), | ||
...this.config.additionalIssuerMetadata?.(), | ||
}; | ||
@@ -77,0 +78,0 @@ break; |
@@ -16,3 +16,3 @@ { | ||
"homepage": "https://github.com/mongodb-js/devtools-shared", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"repository": { | ||
@@ -76,3 +76,3 @@ "type": "git", | ||
}, | ||
"gitHead": "cafc71a3edffef01f977d53258defffdc5d7be9f" | ||
"gitHead": "3ccd22fce39245261ae489f5d1164ac1b18559df" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33304
311