Skip to content

Commit

Permalink
docs: update docs/README.md (#384)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
rikemonni and panva committed Aug 10, 2021
1 parent e0b36c1 commit e1531c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Expand Up @@ -910,6 +910,7 @@ Creates a new Strategy
the request object as first argument instead. **Default:** 'false'
- `usePKCE`: `<boolean>` &vert; `<string>` The PKCE method to use. When 'true' it will resolve based
on the issuer metadata, when 'false' no PKCE will be used. **Default:** 'true'
- `sessionKey`: `<string>` Define the property in your session which is used for storing information for the purpose of consuming the authentication response. **Default:** 'oidc:${Issuer Identifier}'
- `verify`: `<Function>` Your regular Passport
[Verify Callback](http://www.passportjs.org/docs/configure/#verify-callback) function in which you
verify the user from based on the data received from the AS.
Expand Down

0 comments on commit e1531c3

Please sign in to comment.