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 @@

attemptSilentLogin

  • @@ -2984,7 +2984,7 @@

    auth

  • @@ -3034,7 +3034,7 @@

    claimCheck

  • @@ -3091,7 +3091,7 @@

    claimEquals

  • @@ -3134,7 +3134,7 @@

    claimIncludes

  • @@ -3177,7 +3177,7 @@

    requiresAuth

  • diff --git a/docs/index.html b/docs/index.html index 558068be..3f590978 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2954,7 +2954,7 @@

    attemptSilentLogin

  • @@ -2985,7 +2985,7 @@

    auth

  • @@ -3035,7 +3035,7 @@

    claimCheck

  • @@ -3092,7 +3092,7 @@

    claimEquals

  • @@ -3135,7 +3135,7 @@

    claimIncludes

  • @@ -3178,7 +3178,7 @@

    requiresAuth

  • diff --git a/docs/interfaces/__global.express.request.html b/docs/interfaces/__global.express.request.html index 891dfbd6..f4599764 100644 --- a/docs/interfaces/__global.express.request.html +++ b/docs/interfaces/__global.express.request.html @@ -2764,7 +2764,7 @@

    oidc

    diff --git a/docs/interfaces/__global.express.response.html b/docs/interfaces/__global.express.response.html index 57f6c22b..e0493758 100644 --- a/docs/interfaces/__global.express.response.html +++ b/docs/interfaces/__global.express.response.html @@ -2764,7 +2764,7 @@

    oidc

    diff --git a/docs/interfaces/accesstoken.html b/docs/interfaces/accesstoken.html index 4dc6051e..7a3df010 100644 --- a/docs/interfaces/accesstoken.html +++ b/docs/interfaces/accesstoken.html @@ -2842,7 +2842,7 @@

    access_token

    access_token: string
    @@ -2857,7 +2857,7 @@

    expires_in

    expires_in: number
    @@ -2872,7 +2872,7 @@

    isExpired

    isExpired: () => boolean
    @@ -2902,7 +2902,7 @@

    token_type

    token_type: string
    @@ -2924,7 +2924,7 @@

    refresh

  • diff --git a/docs/interfaces/configparams.html b/docs/interfaces/configparams.html index fd5611ed..035b35fe 100644 --- a/docs/interfaces/configparams.html +++ b/docs/interfaces/configparams.html @@ -2926,7 +2926,7 @@

    Optional afterCallbackafterCallback: (req: OpenidRequest, res: OpenidResponse, session: Session, decodedState: {}) => Promise<Session> | Session

    @@ -2988,7 +2988,7 @@

    Optional attemptSilentattemptSilentLogin: boolean

    @@ -3008,7 +3008,7 @@

    Optional auth0Logout

    auth0Logout: boolean
    @@ -3023,7 +3023,7 @@

    Optional authRequired

    authRequired: boolean
    @@ -3038,7 +3038,7 @@

    Optional authorizationPar
    authorizationParams: AuthorizationParameters
    @@ -3082,7 +3082,7 @@

    Optional baseURL

    baseURL: string
    @@ -3098,7 +3098,7 @@

    Optional clientAuthM
    clientAuthMethod: string
    @@ -3113,7 +3113,7 @@

    Optional clientID

    clientID: string
    @@ -3129,7 +3129,7 @@

    Optional clientSecret

    clientSecret: string
    @@ -3146,7 +3146,7 @@

    Optional clockToleranceclockTolerance: 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 @@

    Optional httpTimeout

    httpTimeout: number
    @@ -3259,7 +3259,7 @@

    Optional idTokenSign
    idTokenSigningAlg: string
    @@ -3274,7 +3274,7 @@

    Optional identityClaimidentityClaimFilter: string[]

    @@ -3290,7 +3290,7 @@

    Optional idpLogout

    idpLogout: boolean
    @@ -3305,7 +3305,7 @@

    Optional issuerBaseURLissuerBaseURL: string

    @@ -3321,7 +3321,7 @@

    Optional legacySameS
    legacySameSiteCookie: boolean
    @@ -3337,7 +3337,7 @@

    Optional routes

    routes: { callback?: string; login?: string | false; logout?: string | false; postLogoutRedirect?: string }
    @@ -3391,7 +3391,7 @@

    Optional secret

    secret: string | Array<string>
    @@ -3409,7 +3409,7 @@

    Optional session

    @@ -3424,7 +3424,7 @@

    Optional tokenEndpointtokenEndpointParams: TokenParameters

    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 @@

    Optional domain

    domain: string
    @@ -2857,7 +2857,7 @@

    Optional httpOnly

    httpOnly: boolean
    @@ -2874,7 +2874,7 @@

    Optional path

    path: string
    @@ -2890,7 +2890,7 @@

    Optional sameSite

    sameSite: string
    @@ -2907,7 +2907,7 @@

    Optional secure

    secure: boolean
    @@ -2924,7 +2924,7 @@

    Optional transient

    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 authorizationPar
    authorizationParams: AuthorizationParameters
    @@ -2851,7 +2851,7 @@

    Optional returnTo

    returnTo: string
    @@ -2866,7 +2866,7 @@

    Optional silent

    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 @@

    Optional returnTo

    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

    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

    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 @@

    Optional tokenEndpointtokenEndpointParams: TokenParameters

    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 @@

    Optional accessToken

    accessToken: AccessToken
    @@ -2880,7 +2880,7 @@

    Optional idToken

    idToken: string
    @@ -2896,7 +2896,7 @@

    Optional idTokenClai
    idTokenClaims: IdTokenClaims
    @@ -2911,7 +2911,7 @@

    isAuthenticated

    isAuthenticated: () => boolean
    @@ -2941,7 +2941,7 @@

    Optional refreshToken

    refreshToken: string
    @@ -2957,7 +2957,7 @@

    Optional user

    user: Record<string, any>
    @@ -2980,7 +2980,7 @@

    fetchUserInfo

  • 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

    login: (opts?: LoginOptions) => Promise<void>
    @@ -2883,7 +2883,7 @@

    logout

    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

    access_token: string
    @@ -2863,7 +2863,7 @@

    expires_at

    expires_at: string
    @@ -2873,7 +2873,7 @@

    id_token

    id_token: string
    @@ -2888,7 +2888,7 @@

    refresh_token

    refresh_token: string
    @@ -2898,7 +2898,7 @@

    token_type

    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 @@

    Optional absoluteDuration
    absoluteDuration: boolean | number
    @@ -2870,7 +2870,7 @@

    Optional cookie

    @@ -2885,7 +2885,7 @@

    Optional genid

    genid: (req: OpenidRequest) => string
    @@ -2926,7 +2926,7 @@

    Optional name

    name: string
    @@ -2943,7 +2943,7 @@

    Optional rolling

    rolling: boolean
    @@ -2962,7 +2962,7 @@

    Optional rollingDuration<
    rollingDuration: number
    @@ -2979,7 +2979,7 @@

    Optional store

    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 @@

    destroy

  • @@ -2886,7 +2886,7 @@

    get

  • @@ -2938,7 +2938,7 @@

    set

  • 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

    data: Session
    @@ -2840,7 +2840,7 @@

    header

    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",