Skip to content

Commit ad794b8

Browse files
committed
chore: add trust proxy config option
1 parent 7817db7 commit ad794b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/issuer-rest/lib/OID4VCIServer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export interface IAuthorizationChallengeEndpointOpts extends ISingleEndpointOpts
131131
}
132132

133133
export interface IOID4VCIEndpointOpts {
134+
trustProxy?: boolean | Array<string>
134135
tokenEndpointOpts?: ITokenEndpointOpts
135136
notificationOpts?: ISingleEndpointOpts
136137
createCredentialOfferOpts?: ICreateCredentialOfferEndpointOpts

0 commit comments

Comments
 (0)