From 9acd2f4861bd500ef99dc3149c6ea61ca6789e05 Mon Sep 17 00:00:00 2001
From: adamjmcgrath
Date: Wed, 19 Apr 2023 17:52:15 +0100
Subject: [PATCH] Release v2.15.0
---
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/CallbackOptions.html | 6 +--
docs/interfaces/ConfigParams.html | 62 ++++++++++++------------
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 | 8 +--
docs/interfaces/Session.html | 12 ++---
docs/interfaces/SessionConfigParams.html | 26 +++++-----
docs/interfaces/SessionStore.html | 8 +--
docs/interfaces/SessionStorePayload.html | 6 +--
docs/interfaces/TokenParameters.html | 2 +-
package-lock.json | 4 +-
package.json | 2 +-
25 files changed, 114 insertions(+), 108 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae4bb32b..eab80d99 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [v2.15.0](https://github.com/auth0/express-openid-connect/tree/v2.15.0) (2023-04-19)
+[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.14.0...v2.15.0)
+
+**Added**
+- Make genid async [\#464](https://github.com/auth0/express-openid-connect/pull/464) ([Will956](https://github.com/Will956))
+
## [v2.14.0](https://github.com/auth0/express-openid-connect/tree/v2.14.0) (2023-04-13)
[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.13.0...v2.14.0)
diff --git a/docs/functions/attemptSilentLogin.html b/docs/functions/attemptSilentLogin.html
index 96c2b280..3886f7af 100644
--- a/docs/functions/attemptSilentLogin.html
+++ b/docs/functions/attemptSilentLogin.html
@@ -26,7 +26,7 @@ Function attemptSilentLogin
Returns RequestHandler
+Defined in index.d.ts:968
+Defined in index.d.ts:868
+Defined in index.d.ts:948
+Defined in index.d.ts:890
Returns boolean
+Defined in index.d.ts:816
token_ type
token_ type: string
+Defined in index.d.ts:806
Methods
@@ -93,7 +93,7 @@ Parameters
+Defined in index.d.ts:828
+Defined in index.d.ts:256
+Defined in index.d.ts:442
Optional
attempt Silent Login
attempt Silent Login?: boolean
@@ -121,21 +121,21 @@ Optional
false
+Defined in index.d.ts:405
Optional
auth0 Logout
auth0 Logout?: boolean
+Defined in index.d.ts:296
Optional
auth Required
auth Required?: boolean
+Defined in index.d.ts:480
Optional
authorization Params
authorization Params?: AuthorizationParameters
@@ -152,7 +152,7 @@
+Defined in index.d.ts:343
Optional
baseURL
baseURL?: string
@@ -164,7 +164,7 @@
+Defined in index.d.ts:364
Optional
client Assertion Signing Alg
client Assertion Signing Alg?: "RS256" | "RS384" | "RS512" | "PS256" | "PS384" | "PS512" | "ES256" | "ES256K" | "ES384" | "ES512" | "EdDSA"
@@ -174,7 +174,7 @@
+Defined in index.d.ts:567
Optional
client Assertion Signing Key
client Assertion Signing Key?: KeyObject | KeyInput | JSONWebKey
@@ -190,14 +190,14 @@
+Defined in index.d.ts:559
Optional
client Auth Method
client Auth Method?: string
+Defined in index.d.ts:517
Optional
clientID
clientID?: string
@@ -205,7 +205,7 @@
+Defined in index.d.ts:370
Optional
client Secret
client Secret?: string
@@ -214,7 +214,7 @@
+Defined in index.d.ts:377
Optional
clock Tolerance
clock Tolerance?: number
@@ -222,14 +222,14 @@
+Defined in index.d.ts:383
Optional
discovery Cache Max Age
discovery Cache Max Age?: number
+Defined in index.d.ts:588
Optional
enable Telemetry
enable Telemetry?: boolean
@@ -237,7 +237,7 @@ Optional
Auth0-Client header. Default is `true
+Defined in index.d.ts:389
Optional
error On Required Auth
error On Required Auth?: boolean
@@ -245,7 +245,7 @@
+Defined in index.d.ts:395
Optional
get Login State
@@ -279,7 +279,7 @@
Returns object
+Defined in index.d.ts:423
Optional
http Agent
http Agent?: { http?: false | Agent ; http2?: unknown ; https?: false | Agent ; }
@@ -299,28 +299,28 @@ Optional
http2
Optional
https?: false | Agent
+Defined in index.d.ts:605
Optional
http Timeout
http Timeout?: number
+Defined in index.d.ts:593
Optional
http User Agent
http User Agent?: string
+Defined in index.d.ts:614
Optional
id Token Signing Alg
id Token Signing Alg?: string
+Defined in index.d.ts:463
Optional
identity Claim Filter
identity Claim Filter?: string []
@@ -328,14 +328,14 @@ Optional
['aud', 'iss', 'iat', 'exp', 'nbf', 'nonce', 'azp', 'auth_time', 's_hash', 'at_hash', 'c_hash' ]
+Defined in index.d.ts:453
Optional
idp Logout
idp Logout?: boolean
+Defined in index.d.ts:458
Optional
issuer BaseURL
issuer BaseURL?: string
@@ -343,7 +343,7 @@
+Defined in index.d.ts:469
Optional
legacy Same Site Cookie
legacy Same Site Cookie?: boolean
@@ -351,7 +351,7 @@
+Defined in index.d.ts:475
Optional
logout Params
logout Params?: { [key: string ]: any ; }
@@ -363,7 +363,7 @@ Type declaration
[ key: string ]: any
+Defined in index.d.ts:348
Optional
routes
routes?: { callback?: string | false ; login?: string | false ; logout?: string | false ; postLogoutRedirect?: string ; }
@@ -391,7 +391,7 @@ Optional
post Logout
The user will be redirected to this after a logout has been performed.
+Defined in index.d.ts:485
Optional
secret
secret?: string | string []
@@ -403,28 +403,28 @@ Optional
Can use env key SECRET instead.
+Defined in index.d.ts:286
+Defined in index.d.ts:291
Optional
token Endpoint Params
+Defined in index.d.ts:583
Optional
transaction Cookie
+Defined in index.d.ts:512
+Defined in index.d.ts:779
Optional
path
path?: string
@@ -61,7 +61,7 @@ Optional
Response cookie as path
+Defined in index.d.ts:766
Optional
same Site
same Site?: string
@@ -71,7 +71,7 @@
+Defined in index.d.ts:794
Optional
secure
secure?: boolean
@@ -80,7 +80,7 @@ Optional
baseURL.
+Defined in index.d.ts:786
Optional
transient
transient?: boolean
@@ -88,7 +88,7 @@
+Defined in index.d.ts:772
+Defined in index.d.ts:228
+Defined in index.d.ts:238
+Defined in index.d.ts:96
Optional
id Token Claims
id Token Claims?: IdTokenClaims
+Defined in index.d.ts:115
is Authenticated
is Authenticated: ( ( ) => boolean )
@@ -84,7 +84,7 @@ Type declaration
Returns boolean
+Defined in index.d.ts:89
Optional
refresh Token
refresh Token?: string
@@ -92,7 +92,7 @@
+Defined in index.d.ts:110
Optional
user
user?: Record < string , any >
@@ -100,7 +100,7 @@ Optional
identityClaimFilter removed.
+Defined in index.d.ts:121
+Defined in index.d.ts:136
+Defined in index.d.ts:191
login
@@ -85,7 +85,7 @@ Parameters
Returns Promise < void >
+Defined in index.d.ts:167
logout
@@ -108,7 +108,7 @@ Parameters
Returns Promise < void >
+Defined in index.d.ts:179
+Defined in index.d.ts:699
Optional
name
name?: string
@@ -97,7 +97,7 @@ Optional
appSession.
+Defined in index.d.ts:674
Optional
require Signed Session Store Cookie
require Signed Session Store Cookie?: boolean
@@ -112,7 +112,7 @@ Optional
Signed session store cookies will be mandatory in the next major release.
+Defined in index.d.ts:723
Optional
rolling
rolling?: boolean
@@ -123,7 +123,7 @@
+Defined in index.d.ts:732
Optional
rolling Duration
rolling Duration?: number
@@ -132,7 +132,7 @@
+Defined in index.d.ts:739
Optional
sign Session Store Cookie
sign Session Store Cookie?: boolean
@@ -142,7 +142,7 @@
+Defined in index.d.ts:708
Optional
store
@@ -153,7 +153,7 @@ Optional
express-session stores.
+Defined in index.d.ts:683
Returns void
+Defined in index.d.ts:643
set
@@ -124,7 +124,7 @@ Optional
err: Returns void
Returns void
+Defined in index.d.ts:651
+Defined in index.d.ts:618
Number of seconds until the access token expires.