Skip to content

Commit

Permalink
Allow String arrays fro Options.issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
raman-nbg authored and sdd committed Jan 11, 2020
1 parent e89996a commit ceafb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ declare namespace jwt {
cookie?: string;
debug?: boolean;
audience?: string | string[];
issuer?: string;
issuer?: string | string[];
algorithms?: string[];
}

Expand Down

0 comments on commit ceafb45

Please sign in to comment.