diff --git a/CHANGELOG.md b/CHANGELOG.md index e55979b9..f76550b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v2.6.0](https://github.com/auth0/express-openid-connect/tree/v2.6.0) (2022-01-31) +[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.5.2...v2.6.0) + +**Added** +- Add cross domain iframe support for modern browsers [\#317](https://github.com/auth0/express-openid-connect/pull/317) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v2.5.2](https://github.com/auth0/express-openid-connect/tree/v2.5.2) (2021-12-09) [Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.5.1...v2.5.2) diff --git a/docs/globals.html b/docs/globals.html index 0b0d0007..e850dbb2 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -2953,7 +2953,7 @@
auth
claimCheck
claimEquals
claimIncludes
requiresAuth
attemptSilentLogin
auth
claimCheck
claimEquals
claimIncludes
requiresAuth
oidc
oidc
access_token
expires_in
isExpired
token_type
refresh
Optional afterCallbackafterCallback: (req: OpenidRequest, res: OpenidResponse, session: Session, decodedState: {}) => Promise<Session> | Session
Optional attemptSilentattemptSilentLogin: boolean
Optional auth0Logout
Optional authRequired
authOptional authorizationPar
authorizationParams: AuthorizationParameters
@@ -3082,7 +3082,7 @@ baseURL: string
@@ -3098,7 +3098,7 @@
Optional baseURL
Optional clientAuthM
clientAuthMethod: string
@@ -3113,7 +3113,7 @@ clientID: string
@@ -3129,7 +3129,7 @@ Secret: string
@@ -3146,7 +3146,7 @@
Optional clientID
Optional clientSecret
clientOptional clockTolerance
clockTolerance: number
@@ -3162,7 +3162,7 @@
Optional enableTelemetry<
enableTelemetry: boolean
@@ -3178,7 +3178,7 @@
Optional errorOnRequired<
errorOnRequiredAuth: boolean
@@ -3194,7 +3194,7 @@
Optional getLoginSta
getLoginState: (req: OpenidRequest, options: LoginOptions) => object
@@ -3244,7 +3244,7 @@ httpTimeout: number
@@ -3259,7 +3259,7 @@
Optional httpTimeout
Optional idTokenSign
idTokenSigningAlg: string
@@ -3274,7 +3274,7 @@
@@ -3290,7 +3290,7 @@ idpLogout: boolean
@@ -3305,7 +3305,7 @@
@@ -3321,7 +3321,7 @@
Optional identityClaimidentityClaimFilter: string[]
Optional idpLogout
Optional issuerBaseURLissuerBaseURL: string
Optional legacySameS
legacySameSiteCookie: boolean
@@ -3337,7 +3337,7 @@ routes: { callback?: string; login?: string | false; logout?: string | false; postLogoutRedirect?: string }
@@ -3391,7 +3391,7 @@ secret: string | Array<string>
@@ -3409,7 +3409,7 @@ session: SessionConfigParams
@@ -3424,7 +3424,7 @@
diff --git a/docs/interfaces/cookieconfigparams.html b/docs/interfaces/cookieconfigparams.html
index 7158ba22..9b1b13ac 100644
--- a/docs/interfaces/cookieconfigparams.html
+++ b/docs/interfaces/cookieconfigparams.html
@@ -2841,7 +2841,7 @@ domain: string
@@ -2857,7 +2857,7 @@ httpOnly: boolean
@@ -2874,7 +2874,7 @@ path: string
@@ -2890,7 +2890,7 @@ sameSite: string
@@ -2907,7 +2907,7 @@ secure: boolean
@@ -2924,7 +2924,7 @@ transient: boolean
diff --git a/docs/interfaces/loginoptions.html b/docs/interfaces/loginoptions.html
index aac9dc49..6eeb7cee 100644
--- a/docs/interfaces/loginoptions.html
+++ b/docs/interfaces/loginoptions.html
@@ -2836,7 +2836,7 @@
Optional routes
Optional secret
Optional session
Optional tokenEndpointtokenEndpointParams: TokenParameters
Optional domain
Optional httpOnly
Optional path
Optional sameSite
Optional secure
Optional transient
Optional authorizationPar
authorizationParams: AuthorizationParameters
@@ -2851,7 +2851,7 @@ returnTo: string
@@ -2866,7 +2866,7 @@ silent: boolean
diff --git a/docs/interfaces/logoutoptions.html b/docs/interfaces/logoutoptions.html
index 895aa5ca..71685880 100644
--- a/docs/interfaces/logoutoptions.html
+++ b/docs/interfaces/logoutoptions.html
@@ -2828,7 +2828,7 @@ returnTo: string
diff --git a/docs/interfaces/openidrequest.html b/docs/interfaces/openidrequest.html
index 0e07b91b..afa55cc5 100644
--- a/docs/interfaces/openidrequest.html
+++ b/docs/interfaces/openidrequest.html
@@ -3504,7 +3504,7 @@ oidc: RequestContext
diff --git a/docs/interfaces/openidresponse.html b/docs/interfaces/openidresponse.html
index 02e1b97c..9761c4ab 100644
--- a/docs/interfaces/openidresponse.html
+++ b/docs/interfaces/openidresponse.html
@@ -3390,7 +3390,7 @@ oidc: ResponseContext
diff --git a/docs/interfaces/refreshparams.html b/docs/interfaces/refreshparams.html
index c87fb6ef..1e6b6370 100644
--- a/docs/interfaces/refreshparams.html
+++ b/docs/interfaces/refreshparams.html
@@ -2821,7 +2821,7 @@
diff --git a/docs/interfaces/requestcontext.html b/docs/interfaces/requestcontext.html
index 08cc0891..ebe00301 100644
--- a/docs/interfaces/requestcontext.html
+++ b/docs/interfaces/requestcontext.html
@@ -2864,7 +2864,7 @@ accessToken: AccessToken
@@ -2880,7 +2880,7 @@ idToken: string
@@ -2896,7 +2896,7 @@
Optional returnTo
Optional silent
Optional returnTo
oidc
oidc
Optional tokenEndpointtokenEndpointParams: TokenParameters
Optional accessToken
Optional idToken
Optional idTokenClai
idTokenClaims: IdTokenClaims
@@ -2911,7 +2911,7 @@ isAuthenticated: () => boolean
@@ -2941,7 +2941,7 @@ Token: string
@@ -2957,7 +2957,7 @@ user: Record<string, any>
@@ -2980,7 +2980,7 @@
diff --git a/docs/interfaces/responsecontext.html b/docs/interfaces/responsecontext.html
index a8598e0e..8d5dcbcf 100644
--- a/docs/interfaces/responsecontext.html
+++ b/docs/interfaces/responsecontext.html
@@ -2838,7 +2838,7 @@ login: (opts?: LoginOptions) => Promise<void>
@@ -2883,7 +2883,7 @@ logout: (opts?: LogoutOptions) => Promise<void>
diff --git a/docs/interfaces/session.html b/docs/interfaces/session.html
index c7f2ee14..e1093807 100644
--- a/docs/interfaces/session.html
+++ b/docs/interfaces/session.html
@@ -2853,7 +2853,7 @@ access_token: string
@@ -2863,7 +2863,7 @@ expires_at: string
@@ -2873,7 +2873,7 @@ id_token: string
@@ -2888,7 +2888,7 @@ refresh_token: string
@@ -2898,7 +2898,7 @@ token_type: string
diff --git a/docs/interfaces/sessionconfigparams.html b/docs/interfaces/sessionconfigparams.html
index f9fccd0e..dc60211b 100644
--- a/docs/interfaces/sessionconfigparams.html
+++ b/docs/interfaces/sessionconfigparams.html
@@ -2852,7 +2852,7 @@
isAuthenticated
Optional refreshToken
refreshOptional user
fetchUserInfo
login
logout
access_token
expires_at
id_token
refresh_token
token_type
Optional absoluteDuration
absoluteDuration: boolean | number
@@ -2870,7 +2870,7 @@ cookie: CookieConfigParams
@@ -2885,7 +2885,7 @@ genid: (req: OpenidRequest) => string
@@ -2926,7 +2926,7 @@ name: string
@@ -2943,7 +2943,7 @@ rolling: boolean
@@ -2962,7 +2962,7 @@
Optional cookie
Optional genid
Optional name
Optional rolling
Optional rollingDuration<
rollingDuration: number
@@ -2979,7 +2979,7 @@ store: SessionStore
diff --git a/docs/interfaces/sessionstore.html b/docs/interfaces/sessionstore.html
index f8778cce..3894d721 100644
--- a/docs/interfaces/sessionstore.html
+++ b/docs/interfaces/sessionstore.html
@@ -2837,7 +2837,7 @@
@@ -2886,7 +2886,7 @@
@@ -2938,7 +2938,7 @@
diff --git a/docs/interfaces/sessionstorepayload.html b/docs/interfaces/sessionstorepayload.html
index 4f9787fd..4650336c 100644
--- a/docs/interfaces/sessionstorepayload.html
+++ b/docs/interfaces/sessionstorepayload.html
@@ -2825,7 +2825,7 @@ data: Session
@@ -2840,7 +2840,7 @@ header: { exp: number; iat: number; uat: number }
diff --git a/package-lock.json b/package-lock.json
index 4dc88cd2..c745b892 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "express-openid-connect",
- "version": "2.5.2",
+ "version": "2.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f2a25cec..af335b6c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "express-openid-connect",
- "version": "2.5.2",
+ "version": "2.6.0",
"description": "Express middleware to protect web applications using OpenID Connect.",
"homepage": "https://github.com/auth0/express-openid-connect",
"license": "MIT",
Optional store
destroy
get
set
data
header