chore: fix tests and add changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-02-21 12:44:45 +01:00
parent 9b810b9a99
commit b1b012d065
5 changed files with 30 additions and 4 deletions
+5 -1
View File
@@ -19,7 +19,11 @@ import { Request } from 'express';
import { ProfileTransform } from '../types';
/** @public */
export interface ProxyAuthenticator<TContext, TResult, TProviderInfo> {
export interface ProxyAuthenticator<
TContext,
TResult,
TProviderInfo = undefined,
> {
defaultProfileTransform: ProfileTransform<TResult>;
initialize(ctx: { config: Config }): TContext;
authenticate(