diff --git a/CHANGELOG.md b/CHANGELOG.md index 67956952..6063e40e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.10.0](https://github.com/auth0/express-openid-connect/tree/v2.10.0) (2022-11-11) +[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.9.0...v2.10.0) + +**Added** +- Add option to override transaction cookie name [\#414](https://github.com/auth0/express-openid-connect/pull/414) ([MatthewBacalakis](https://github.com/MatthewBacalakis)) + ## [v2.9.0](https://github.com/auth0/express-openid-connect/tree/v2.9.0) (2022-10-17) [Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.8.0...v2.9.0) diff --git a/docs/functions/attemptSilentLogin.html b/docs/functions/attemptSilentLogin.html index 168add1e..1889a05d 100644 --- a/docs/functions/attemptSilentLogin.html +++ b/docs/functions/attemptSilentLogin.html @@ -26,7 +26,7 @@
The type of access token, Usually "Bearer".
Optional
params: RefreshParamsOptional
attemptOptional
false
Optional
auth0Boolean value to enable idpLogout with an Auth0 custom domain
Optional
authRequire authentication for all routes.
Optional
authorizationOptional
Optional
baseURLOptional
Optional
clientOptional
Optional
clientOptional
Optional
clientString value for the client's authentication method. Default is none
when using response_type='id_token', private_key_jwt
when using a clientAssertionSigningKey
, otherwise client_secret_basic
.
Optional
clientIDOptional
Optional
clientOptional
Optional
clockOptional
Optional
enableOptional
Auth0-Client header. Default is `true
Optional
errorOptional
false
Optional
getOptional
httpHttp timeout for oidc client requests in milliseconds. Default is 5000. Minimum is 500.
Optional
httpOptional User-Agent header value for oidc client requests. Default is express-openid-connect/{version}
.
Optional
idString value for the expected ID token algorithm. Default is 'RS256'
Optional
identityOptional
['aud', 'iss', 'iat', 'exp', 'nbf', 'nonce', 'azp', 'auth_time', 's_hash', 'at_hash', 'c_hash' ]
Optional
idpBoolean value to log the user out from the identity provider on application logout. Default is false
Optional
issuerOptional
Optional
legacyOptional
Optional
logoutOptional
routesOptional
postOptional
secretOptional
Optional
sessionObject defining application session cookie attributes.
Optional
tokenAdditional request body properties to be sent to the token_endpoint
during authorization code exchange or token refresh.
Optional
transactionConfiguration parameters used for the transaction cookie.
Optional
pathOptional
Response cookie as path
Optional
sameOptional
Optional
secureOptional
baseURL.
Optional
transientOptional
false
Optional
idAn object containing all the claims of the ID Token.
Optional
refreshOptional
See: https://auth0.com/docs/tokens/concepts/refresh-tokens
Optional
userOptional
identityClaimFilter removed.
Optional
opts: LogoutOptionsOptional
nameOptional
appSession.
Optional
rollingOptional
true.
Optional
rollingOptional
Optional
storeOptional
express-session stores.
Optional
err: Returns void
Number of seconds until the access token expires.