Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Mar 6, 2024
2 parents 5700652 + f574901 commit 6af4b13
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ export interface AuthenticateOptions extends passport.AuthenticateOptions {
additionalParams?: Record<string, any>;

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (14.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (14.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (16.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Unexpected any. Specify a different type

Check warning on line 7 in src/types.ts

View workflow job for this annotation

GitHub Actions / build (18.x)

Unexpected any. Specify a different type
}

export interface AuthorizeOptions extends AuthenticateOptions {
samlFallback?: "login-request" | "logout-request";
}

export interface StrategyOptions {
name?: string;
passReqToCallback?: boolean;
Expand Down

0 comments on commit 6af4b13

Please sign in to comment.