reveiw comments

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-08-19 09:42:47 +02:00
parent 4ea354f480
commit bae0120960
2 changed files with 21 additions and 1 deletions
@@ -21,6 +21,7 @@ export default authModuleAwsAlbProvider;
export const awsAlbAuthenticator: ProxyAuthenticator<
{
issuer: string;
signer: string | undefined;
getKey: (header: JWTHeaderParameters) => Promise<KeyObject>;
},
AwsAlbResult,