Skip to content

Commit 130aeb0

Browse files
KurtMarKurt Martinsen
andauthored
fix(auth0): change Auth0 plugin audience property's type (#2200)
Co-authored-by: Kurt Martinsen <kurt.martinsen@jamadvisors.fi>
1 parent b05caf2 commit 130aeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/auth0/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { decode, verify } = jwtPkg;
99

1010
export type Auth0PluginOptions = {
1111
domain: string;
12-
audience: string;
12+
audience: VerifyOptions['audience'];
1313

1414
preventUnauthenticatedAccess?: boolean;
1515
onError?: (error: Error) => void;

0 commit comments

Comments
 (0)