passport / discuss

A forum for discussing topics related to the usage of Passport.js.
1 stars 0 forks source link

Options for OIDC authenticate call not documented #57

Closed BigBallard closed 2 years ago

BigBallard commented 2 years ago

I am having a hard time determining what the possible options are for the passport.authenticate() call. What I have seen so far from other posts are specifying redirect for success and failure but nothing else. Also, are those two options relative paths only?

mattpen commented 2 years ago

I'm having the same trouble. Is there any reference documentation for passport.authenticate available?

mattpen commented 2 years ago

Maybe this is it? https://github.com/jwalton/passport-api-docs

BigBallard commented 2 years ago

Looks like it may be it!