From b053dc8df44cb315d7a3174c2355d7a70cf3d93d Mon Sep 17 00:00:00 2001
From: Adam Mcgrath
Date: Fri, 11 Nov 2022 18:02:15 +0000
Subject: [PATCH] Release v2.10.0 (#417)
---
CHANGELOG.md | 6 +++
docs/functions/attemptSilentLogin.html | 2 +-
docs/functions/auth.html | 2 +-
docs/functions/claimCheck.html | 2 +-
docs/functions/claimEquals.html | 2 +-
docs/functions/claimIncludes.html | 2 +-
docs/functions/requiresAuth.html | 2 +-
docs/interfaces/AccessToken.html | 12 ++---
docs/interfaces/ConfigParams.html | 60 ++++++++++++------------
docs/interfaces/CookieConfigParams.html | 14 +++---
docs/interfaces/LoginOptions.html | 8 ++--
docs/interfaces/LogoutOptions.html | 6 +--
docs/interfaces/OpenidRequest.html | 4 +-
docs/interfaces/OpenidResponse.html | 4 +-
docs/interfaces/RefreshParams.html | 4 +-
docs/interfaces/RequestContext.html | 16 +++----
docs/interfaces/ResponseContext.html | 6 +--
docs/interfaces/Session.html | 12 ++---
docs/interfaces/SessionConfigParams.html | 16 +++----
docs/interfaces/SessionStore.html | 8 ++--
docs/interfaces/SessionStorePayload.html | 6 +--
docs/interfaces/TokenParameters.html | 2 +-
package-lock.json | 4 +-
package.json | 2 +-
24 files changed, 104 insertions(+), 98 deletions(-)
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 @@ Function attemptSilentLogin
Returns RequestHandler
+Defined in index.d.ts:888
+Defined in index.d.ts:788
+Defined in index.d.ts:868
+Defined in index.d.ts:810
Returns boolean
+Defined in index.d.ts:736
token_ type
token_ type: string
+Defined in index.d.ts:726
Methods
@@ -93,7 +93,7 @@ Parameters
+Defined in index.d.ts:748
+Defined in index.d.ts:410
Optional
attempt Silent Login
attempt Silent Login?: boolean
@@ -119,21 +119,21 @@ Optional
false
+Defined in index.d.ts:373
Optional
auth0 Logout
auth0 Logout?: boolean
+Defined in index.d.ts:264
Optional
auth Required
auth Required?: boolean
+Defined in index.d.ts:448
Optional
authorization Params
authorization Params?: AuthorizationParameters
@@ -150,7 +150,7 @@
+Defined in index.d.ts:311
Optional
baseURL
baseURL?: string
@@ -162,7 +162,7 @@
+Defined in index.d.ts:332
Optional
client Assertion Signing Alg
client Assertion Signing Alg?: "RS256" | "RS384" | "RS512" | "PS256" | "PS384" | "PS512" | "ES256" | "ES256K" | "ES384" | "ES512" | "EdDSA"
@@ -172,7 +172,7 @@
+Defined in index.d.ts:535
Optional
client Assertion Signing Key
client Assertion Signing Key?: KeyObject | KeyInput | JSONWebKey
@@ -188,14 +188,14 @@
+Defined in index.d.ts:527
Optional
client Auth Method
client Auth Method?: string
+Defined in index.d.ts:485
Optional
clientID
clientID?: string
@@ -203,7 +203,7 @@
+Defined in index.d.ts:338
Optional
client Secret
client Secret?: string
@@ -212,7 +212,7 @@
+Defined in index.d.ts:345
Optional
clock Tolerance
clock Tolerance?: number
@@ -220,7 +220,7 @@
+Defined in index.d.ts:351
Optional
enable Telemetry
enable Telemetry?: boolean
@@ -228,7 +228,7 @@ Optional
Auth0-Client header. Default is `true
+Defined in index.d.ts:357
Optional
error On Required Auth
error On Required Auth?: boolean
@@ -236,7 +236,7 @@
+Defined in index.d.ts:363
Optional
get Login State
@@ -270,28 +270,28 @@
Returns object
+Defined in index.d.ts:391
Optional
http Timeout
http Timeout?: number
+Defined in index.d.ts:556
Optional
http User Agent
http User Agent?: string
+Defined in index.d.ts:561
Optional
id Token Signing Alg
id Token Signing Alg?: string
+Defined in index.d.ts:431
Optional
identity Claim Filter
identity Claim Filter?: string []
@@ -299,14 +299,14 @@ Optional
['aud', 'iss', 'iat', 'exp', 'nbf', 'nonce', 'azp', 'auth_time', 's_hash', 'at_hash', 'c_hash' ]
+Defined in index.d.ts:421
Optional
idp Logout
idp Logout?: boolean
+Defined in index.d.ts:426
Optional
issuer BaseURL
issuer BaseURL?: string
@@ -314,7 +314,7 @@
+Defined in index.d.ts:437
Optional
legacy Same Site Cookie
legacy Same Site Cookie?: boolean
@@ -322,7 +322,7 @@
+Defined in index.d.ts:443
Optional
logout Params
logout Params?: { [key: string ]: any ; }
@@ -334,7 +334,7 @@ Type declaration
[ key: string ]: any
+Defined in index.d.ts:316
Optional
routes
routes?: { callback?: string ; login?: string | false ; logout?: string | false ; postLogoutRedirect?: string ; }
@@ -362,7 +362,7 @@ Optional
post Logout
The user will be redirected to this after a logout has been performed.
+Defined in index.d.ts:453
Optional
secret
secret?: string | string []
@@ -372,28 +372,28 @@
+Defined in index.d.ts:254
+Defined in index.d.ts:259
Optional
token Endpoint Params
+Defined in index.d.ts:551
Optional
transaction Cookie
-
+
+Defined in index.d.ts:480
+Defined in index.d.ts:700
Optional
path
path?: string
@@ -61,7 +61,7 @@ Optional
Response cookie as path
+Defined in index.d.ts:687
Optional
same Site
same Site?: string
@@ -70,7 +70,7 @@
+Defined in index.d.ts:714
Optional
secure
secure?: boolean
@@ -79,7 +79,7 @@ Optional
baseURL.
+Defined in index.d.ts:707
Optional
transient
transient?: boolean
@@ -87,7 +87,7 @@
+Defined in index.d.ts:693
+Defined in index.d.ts:212
+Defined in index.d.ts:222
+Defined in index.d.ts:94
Optional
id Token Claims
id Token Claims?: IdTokenClaims
+Defined in index.d.ts:113
is Authenticated
is Authenticated: ( ( ) => boolean )
@@ -84,7 +84,7 @@ Type declaration
Returns boolean
+Defined in index.d.ts:87
Optional
refresh Token
refresh Token?: string
@@ -92,7 +92,7 @@
+Defined in index.d.ts:108
Optional
user
user?: Record < string , any >
@@ -100,7 +100,7 @@ Optional
identityClaimFilter removed.
+Defined in index.d.ts:119
+Defined in index.d.ts:134
+Defined in index.d.ts:165
logout
@@ -84,7 +84,7 @@ Parameters
Returns Promise < void >
+Defined in index.d.ts:177
Returns string
+Defined in index.d.ts:644
Optional
name
name?: string
@@ -93,7 +93,7 @@ Optional
appSession.
+Defined in index.d.ts:621
Optional
rolling
rolling?: boolean
@@ -104,7 +104,7 @@
+Defined in index.d.ts:653
Optional
rolling Duration
rolling Duration?: number
@@ -113,7 +113,7 @@
+Defined in index.d.ts:660
Optional
store
@@ -124,7 +124,7 @@ Optional
express-session stores.
+Defined in index.d.ts:630
Returns void
+Defined in index.d.ts:590
set
@@ -124,7 +124,7 @@ Optional
err: Returns void
Returns void
+Defined in index.d.ts:598
+Defined in index.d.ts:565
Number of seconds until the access token expires.