From 08f4e7bec6214970da374dcf6a105cecd87b3083 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Fri, 16 Jun 2023 14:04:59 +0100 Subject: [PATCH] Release v3.0.0-beta.2 --- CHANGELOG.md | 6 +++ .../classes/client_use_user.RequestError.html | 6 +-- .../http_auth0_next_api_request.default.html | 12 +++--- .../http_auth0_next_api_response.default.html | 6 +-- .../http_auth0_next_request.default.html | 12 +++--- ...tp_auth0_next_request_cookies.default.html | 6 +-- .../http_auth0_next_response.default.html | 10 ++--- ...p_auth0_next_response_cookies.default.html | 8 ++-- docs/classes/session_session.default.html | 16 ++++---- .../utils_errors.AccessTokenError.html | 12 +++--- docs/classes/utils_errors.AuthError.html | 12 +++--- .../utils_errors.CallbackHandlerError.html | 14 +++---- docs/classes/utils_errors.HandlerError.html | 12 +++--- .../utils_errors.LoginHandlerError.html | 14 +++---- .../utils_errors.LogoutHandlerError.html | 14 +++---- .../utils_errors.ProfileHandlerError.html | 14 +++---- .../utils_errors.AccessTokenErrorCode.html | 14 +++---- docs/functions/client_use_user.default.html | 2 +- docs/functions/client_use_user.useUser.html | 2 +- docs/functions/edge.getSession-1.html | 2 +- docs/functions/edge.initAuth0-1.html | 2 +- .../edge.withMiddlewareAuthRequired-1.html | 2 +- .../handlers_router_helpers.getHandler.html | 2 +- ...helpers_testing.generateSessionCookie.html | 2 +- docs/functions/index._initAuth.html | 2 +- docs/functions/index.getAccessToken-1.html | 2 +- docs/functions/index.getSession-1.html | 2 +- docs/functions/index.handleAuth-1.html | 2 +- docs/functions/index.handleCallback-1.html | 10 ++--- docs/functions/index.handleLogin-1.html | 10 ++--- docs/functions/index.handleLogout-1.html | 10 ++--- docs/functions/index.handleProfile-1.html | 10 ++--- docs/functions/index.initAuth0-1.html | 2 +- docs/functions/index.updateSession-1.html | 2 +- .../index.withApiAuthRequired-1.html | 4 +- .../index.withPageAuthRequired-1.html | 4 +- .../client_use_user.UserProfile.html | 18 ++++----- ...ent_with_page_auth_required.UserProps.html | 4 +- ..._required.WithPageAuthRequiredOptions.html | 8 ++-- .../config.AuthorizationParameters.html | 8 ++-- docs/interfaces/config.BaseConfig.html | 40 +++++++++---------- docs/interfaces/config.CookieConfig.html | 14 +++---- docs/interfaces/config.NextConfig.html | 10 ++--- docs/interfaces/config.SessionConfig.html | 20 +++++----- .../handlers_callback.CallbackOptions.html | 10 ++--- .../handlers_login.AuthorizationParams.html | 12 +++--- .../handlers_login.LoginOptions.html | 8 ++-- .../handlers_logout.LogoutOptions.html | 6 +-- docs/interfaces/index.Auth0Server.html | 24 +++++------ ...n_get_access_token.AccessTokenRequest.html | 10 ++--- ...get_access_token.GetAccessTokenResult.html | 4 +- docs/interfaces/session_session.Claims.html | 2 +- docs/modules/client.html | 2 +- docs/modules/client_use_user.html | 2 +- .../client_with_page_auth_required.html | 2 +- docs/modules/config.html | 2 +- docs/modules/edge.html | 2 +- docs/modules/handlers.html | 2 +- docs/modules/handlers_auth.html | 2 +- docs/modules/handlers_callback.html | 2 +- docs/modules/handlers_login.html | 2 +- docs/modules/handlers_logout.html | 2 +- docs/modules/handlers_profile.html | 2 +- docs/modules/handlers_router_helpers.html | 2 +- docs/modules/helpers.html | 2 +- docs/modules/helpers_testing.html | 2 +- .../helpers_with_api_auth_required.html | 2 +- ...helpers_with_middleware_auth_required.html | 2 +- .../helpers_with_page_auth_required.html | 2 +- docs/modules/http.html | 2 +- docs/modules/http_auth0_next_api_request.html | 2 +- .../modules/http_auth0_next_api_response.html | 2 +- docs/modules/http_auth0_next_request.html | 2 +- .../http_auth0_next_request_cookies.html | 2 +- docs/modules/http_auth0_next_response.html | 2 +- .../http_auth0_next_response_cookies.html | 2 +- docs/modules/index.html | 2 +- docs/modules/session.html | 2 +- docs/modules/session_get_access_token.html | 2 +- docs/modules/session_get_session.html | 2 +- docs/modules/session_session.html | 2 +- docs/modules/session_touch_session.html | 2 +- docs/modules/session_update_session.html | 2 +- docs/modules/utils_errors.html | 2 +- docs/modules/version.html | 2 +- docs/types/client_use_user.UserContext.html | 4 +- docs/types/client_use_user.UserProvider.html | 2 +- .../client_use_user.UserProviderProps.html | 2 +- ...ge_auth_required.WithPageAuthRequired.html | 2 +- docs/types/config.ConfigParameters.html | 2 +- docs/types/edge.Auth0Edge.html | 2 +- docs/types/edge.GetSession.html | 2 +- docs/types/edge.InitAuth0.html | 2 +- .../types/handlers_auth.AppRouterOnError.html | 2 +- docs/types/handlers_auth.HandleAuth.html | 2 +- docs/types/handlers_auth.Handlers.html | 2 +- .../handlers_auth.PageRouterOnError.html | 2 +- .../handlers_callback.AfterCallback.html | 2 +- ...ndlers_callback.AfterCallbackAppRoute.html | 2 +- ...dlers_callback.AfterCallbackPageRoute.html | 2 +- .../handlers_callback.CallbackHandler.html | 2 +- ...lers_callback.CallbackOptionsProvider.html | 2 +- .../handlers_callback.HandleCallback.html | 2 +- docs/types/handlers_login.GetLoginState.html | 2 +- .../handlers_login.GetLoginStateAppRoute.html | 2 +- ...handlers_login.GetLoginStatePageRoute.html | 2 +- docs/types/handlers_login.HandleLogin.html | 2 +- docs/types/handlers_login.LoginHandler.html | 2 +- .../handlers_login.LoginOptionsProvider.html | 2 +- docs/types/handlers_logout.HandleLogout.html | 2 +- docs/types/handlers_logout.LogoutHandler.html | 2 +- ...handlers_logout.LogoutOptionsProvider.html | 2 +- docs/types/handlers_profile.AfterRefetch.html | 2 +- ...handlers_profile.AfterRefetchAppRoute.html | 2 +- ...andlers_profile.AfterRefetchPageRoute.html | 2 +- .../types/handlers_profile.HandleProfile.html | 2 +- .../handlers_profile.ProfileHandler.html | 2 +- .../handlers_profile.ProfileOptions.html | 2 +- ...ndlers_profile.ProfileOptionsProvider.html | 2 +- ...lers_router_helpers.AppRouteHandlerFn.html | 2 +- ...uter_helpers.AppRouteHandlerFnContext.html | 2 +- .../handlers_router_helpers.AuthHandler.html | 2 +- .../handlers_router_helpers.Handler.html | 2 +- ...ndlers_router_helpers.OptionsProvider.html | 2 +- ...ers_router_helpers.PageRouteHandlerFn.html | 2 +- ...s_testing.GenerateSessionCookieConfig.html | 2 +- ...h_api_auth_required.AppRouteHandlerFn.html | 2 +- ...uth_required.AppRouteHandlerFnContext.html | 2 +- ...api_auth_required.WithApiAuthRequired.html | 2 +- ..._required.WithApiAuthRequiredAppRoute.html | 2 +- ...required.WithApiAuthRequiredPageRoute.html | 2 +- ...h_required.WithMiddlewareAuthRequired.html | 2 +- ...page_auth_required.AppRouterPageRoute.html | 2 +- ..._auth_required.AppRouterPageRouteOpts.html | 2 +- ...d.GetServerSidePropsResultWithSession.html | 2 +- ...ers_with_page_auth_required.PageRoute.html | 2 +- ...ge_auth_required.WithPageAuthRequired.html | 2 +- ...equired.WithPageAuthRequiredAppRouter.html | 2 +- ....WithPageAuthRequiredAppRouterOptions.html | 2 +- ...quired.WithPageAuthRequiredPageRouter.html | 2 +- ...WithPageAuthRequiredPageRouterOptions.html | 2 +- docs/types/index.InitAuth0.html | 2 +- docs/types/index.SessionStore.html | 2 +- docs/types/index.SessionStorePayload.html | 2 +- ...session_get_access_token.AfterRefresh.html | 2 +- ...get_access_token.AfterRefreshAppRoute.html | 2 +- ...et_access_token.AfterRefreshPageRoute.html | 2 +- ...ssion_get_access_token.GetAccessToken.html | 2 +- .../types/session_get_session.GetSession.html | 2 +- .../session_touch_session.TouchSession.html | 2 +- .../session_update_session.UpdateSession.html | 2 +- docs/variables/version.default.html | 4 +- package-lock.json | 4 +- package.json | 2 +- src/version.ts | 2 +- 155 files changed, 339 insertions(+), 333 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eacd0f8d2..827b66e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v3.0.0-beta.2](https://github.com/auth0/nextjs-auth0/tree/v3.0.0-beta.2) (2023-06-16) +[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v3.0.0-beta.1...v3.0.0-beta.2) + +**Fixed** +- Fix issue where api wrapper was overwriting session update in api [\#1255](https://github.com/auth0/nextjs-auth0/pull/1255) ([adamjmcgrath](https://github.com/adamjmcgrath)) + ## [v3.0.0-beta.1](https://github.com/auth0/nextjs-auth0/tree/v3.0.0-beta.1) (2023-06-13) [Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v3.0.0-beta.0...v3.0.0-beta.1) diff --git a/docs/classes/client_use_user.RequestError.html b/docs/classes/client_use_user.RequestError.html index 94d8238a6..24ad87528 100644 --- a/docs/classes/client_use_user.RequestError.html +++ b/docs/classes/client_use_user.RequestError.html @@ -31,7 +31,7 @@

Hierarchy

+
  • Defined in client/use-user.tsx:46
  • @@ -60,14 +60,14 @@
    status: Returns RequestError
    +
  • Defined in client/use-user.tsx:49
  • Properties

    status: number
    +
  • Defined in client/use-user.tsx:47
  • +
  • Defined in session/session.ts:23
  • +
  • Defined in utils/errors.ts:41
  • name: string
    @@ -107,7 +107,7 @@
    +
  • Defined in utils/errors.ts:46
  • status?: number
    @@ -116,7 +116,7 @@
    +
  • Defined in utils/errors.ts:62
  • +
  • Defined in utils/errors.ts:62
  • +
  • Defined in utils/errors.ts:41
  • name: string
    @@ -110,7 +110,7 @@
    +
  • Defined in utils/errors.ts:46
  • status?: number
    @@ -119,12 +119,12 @@
    +
  • Defined in utils/errors.ts:62
  • code: string = 'ERR_CALLBACK_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:172
  • +
  • Defined in utils/errors.ts:41
  • name: string
    @@ -114,7 +114,7 @@
    +
  • Defined in utils/errors.ts:46
  • status?: number
    @@ -123,7 +123,7 @@
    +
  • Defined in utils/errors.ts:62
  • +
  • Defined in utils/errors.ts:41
  • name: string
    @@ -98,7 +98,7 @@
    +
  • Defined in utils/errors.ts:46
  • status?: number
    @@ -107,12 +107,12 @@
    +
  • Defined in utils/errors.ts:62
  • code: string = 'ERR_LOGIN_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:192
  • +
  • Defined in utils/errors.ts:41
  • name: string
    @@ -98,7 +98,7 @@
    +
  • Defined in utils/errors.ts:46
  • status?: number
    @@ -107,12 +107,12 @@
    +
  • Defined in utils/errors.ts:62
  • code: string = 'ERR_LOGOUT_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:212
  • +
  • Defined in utils/errors.ts:41
  • name: string
    @@ -98,7 +98,7 @@
    +
  • Defined in utils/errors.ts:46
  • status?: number
    @@ -107,12 +107,12 @@
    +
  • Defined in utils/errors.ts:62
  • code: string = 'ERR_PROFILE_HANDLER_FAILURE'
    +
  • Defined in utils/errors.ts:232
  • +
  • Defined in utils/errors.ts:79
  • @@ -42,32 +42,32 @@

    Enumeration Members

    EXPIRED_ACCESS_TOKEN: "ERR_EXPIRED_ACCESS_TOKEN"
    +
  • Defined in utils/errors.ts:83
  • FAILED_REFRESH_GRANT: "ERR_FAILED_REFRESH_GRANT"
    +
  • Defined in utils/errors.ts:85
  • INSUFFICIENT_SCOPE: "ERR_INSUFFICIENT_SCOPE"
    +
  • Defined in utils/errors.ts:84
  • MISSING_ACCESS_TOKEN: "ERR_MISSING_ACCESS_TOKEN"
    +
  • Defined in utils/errors.ts:81
  • MISSING_REFRESH_TOKEN: "ERR_MISSING_REFRESH_TOKEN"
    +
  • Defined in utils/errors.ts:82
  • MISSING_SESSION: "ERR_MISSING_SESSION"
    +
  • Defined in utils/errors.ts:80
  • +
  • Defined in client/use-user.tsx:190
  • +
  • Defined in client/use-user.tsx:134
  • +
  • Defined in edge.ts:15
  • +
  • Defined in edge.ts:17
  • +
  • Defined in handlers/router-helpers.ts:60
  • +
  • Defined in helpers/testing.ts:23
  • +
  • Defined in index.ts:143
  • +
  • Defined in session/get-access-token.ts:110
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:52
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: CallbackOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:53
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<CallbackOptions>
  • Returns Handler<CallbackOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: CallbackOptions
  • Returns Handler<CallbackOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:52
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: LoginOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:53
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<LoginOptions>
  • Returns Handler<LoginOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: LoginOptions
  • Returns Handler<LoginOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:52
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: LogoutOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:53
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<LogoutOptions>
  • Returns Handler<LogoutOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: LogoutOptions
  • Returns Handler<LogoutOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:52
  • @@ -59,7 +59,7 @@
    resOrOpts: Optional options: ProfileOptions
  • Returns unknown

    +
  • Defined in handlers/router-helpers.ts:53
  • @@ -69,7 +69,7 @@

    Parameters

    Optional provider: OptionsProvider<ProfileOptions>
  • Returns Handler<ProfileOptions>

    +
  • Defined in handlers/router-helpers.ts:46
  • @@ -79,7 +79,7 @@

    Parameters

    Optional options: ProfileOptions
  • Returns Handler<ProfileOptions>

    +
  • Defined in handlers/router-helpers.ts:47
  • +
  • Defined in client/with-page-auth-required.tsx:42
  • returnTo?: string
    @@ -89,7 +89,7 @@
    +
  • Defined in client/with-page-auth-required.tsx:32
  • +
  • Defined in config.ts:335
  • +
  • Defined in config.ts:71
  • clientAssertionSigningAlg?: string
    @@ -101,7 +101,7 @@
    +
  • Defined in config.ts:193
  • clientAssertionSigningKey?: string
    @@ -111,7 +111,7 @@
    +
  • Defined in config.ts:184
  • clientID: string
    @@ -120,7 +120,7 @@
    +
  • Defined in config.ts:77
  • clientSecret?: string
    @@ -130,7 +130,7 @@
    +
  • Defined in config.ts:84
  • clockTolerance: number
    @@ -138,7 +138,7 @@
    +
  • Defined in config.ts:91
  • enableTelemetry: boolean
    @@ -148,7 +148,7 @@
    +
  • Defined in config.ts:105
  • getLoginState: ((options) => Record<string, any>)
    @@ -173,7 +173,7 @@
    options: Returns Record<string, any>
    +
  • Defined in config.ts:124
  • httpTimeout: number
    @@ -183,7 +183,7 @@
    +
  • Defined in config.ts:98
  • idTokenSigningAlg: string
    @@ -192,7 +192,7 @@
    +
  • Defined in config.ts:143
  • identityClaimFilter: string[]
    @@ -202,7 +202,7 @@
    +
  • Defined in config.ts:131
  • idpLogout: boolean
    @@ -211,7 +211,7 @@
    +
  • Defined in config.ts:137
  • issuerBaseURL: string
    @@ -221,7 +221,7 @@
    +
  • Defined in config.ts:150
  • legacySameSiteCookie: boolean
    @@ -231,7 +231,7 @@
    +
  • Defined in config.ts:157
  • routes: {
        callback: string;
        postLogoutRedirect: string;
    }
    @@ -257,7 +257,7 @@
    postLogoutRedirect
    +
  • Defined in config.ts:162
  • secret: string | string[]
    @@ -269,7 +269,7 @@
    +
  • Defined in config.ts:18
  • session: SessionConfig
    @@ -277,7 +277,7 @@
    +
  • Defined in config.ts:23
  • +
  • Defined in config.ts:354
  • session: Pick<SessionConfig, "storeIDToken">
    +
  • Defined in config.ts:358
  • +
  • Defined in config.ts:222
  • name: string
    @@ -115,7 +115,7 @@
    +
  • Defined in config.ts:208
  • rolling: boolean
    @@ -128,7 +128,7 @@
    +
  • Defined in config.ts:235
  • rollingDuration: number | false
    @@ -140,7 +140,7 @@
    +
  • Defined in config.ts:244
  • store?: SessionStore<default>
    @@ -149,7 +149,7 @@
    +
  • Defined in config.ts:214
  • storeIDToken: boolean
    @@ -159,7 +159,7 @@
    +
  • Defined in config.ts:268
  • +
  • Defined in handlers/logout.ts:22
  • +
  • Defined in index.ts:85
  • handleLogin: HandleLogin
    @@ -88,7 +88,7 @@
    +
  • Defined in index.ts:80
  • handleLogout: HandleLogout
    @@ -96,7 +96,7 @@
    +
  • Defined in index.ts:90
  • handleProfile: HandleProfile
    @@ -104,7 +104,7 @@
    +
  • Defined in index.ts:95
  • touchSession: TouchSession
    @@ -112,7 +112,7 @@
    +
  • Defined in index.ts:65
  • updateSession: UpdateSession
    @@ -120,7 +120,7 @@
    +
  • Defined in index.ts:70
  • withApiAuthRequired: WithApiAuthRequired
    @@ -128,7 +128,7 @@
    +
  • Defined in index.ts:100
  • withPageAuthRequired: WithPageAuthRequired
    @@ -136,7 +136,7 @@
    +
  • Defined in index.ts:105
  • +
  • Defined in session/get-access-token.ts:45
  • +
  • Defined in client/use-user.tsx:1
  • Index

    diff --git a/docs/modules/client_with_page_auth_required.html b/docs/modules/client_with_page_auth_required.html index 981ac79c5..96e9a3395 100644 --- a/docs/modules/client_with_page_auth_required.html +++ b/docs/modules/client_with_page_auth_required.html @@ -16,7 +16,7 @@
  • client/with-page-auth-required
  • Module client/with-page-auth-required

    +
  • Defined in client/with-page-auth-required.tsx:1
  • Index

    diff --git a/docs/modules/config.html b/docs/modules/config.html index faab62684..c262a7318 100644 --- a/docs/modules/config.html +++ b/docs/modules/config.html @@ -16,7 +16,7 @@
  • config
  • Module config

    +
  • Defined in config.ts:1
  • Index

    diff --git a/docs/modules/edge.html b/docs/modules/edge.html index 01d106de4..6bf92cc18 100644 --- a/docs/modules/edge.html +++ b/docs/modules/edge.html @@ -16,7 +16,7 @@
  • edge
  • Module edge

    +
  • Defined in edge.ts:1
  • diff --git a/docs/modules/handlers.html b/docs/modules/handlers.html index 965a325a1..3ff03957c 100644 --- a/docs/modules/handlers.html +++ b/docs/modules/handlers.html @@ -16,7 +16,7 @@
  • handlers
  • Module handlers

    +
  • Defined in handlers/index.ts:1
  • diff --git a/docs/modules/handlers_auth.html b/docs/modules/handlers_auth.html index 605ef612c..3d5cc4bc1 100644 --- a/docs/modules/handlers_auth.html +++ b/docs/modules/handlers_auth.html @@ -16,7 +16,7 @@
  • handlers/auth
  • Module handlers/auth

    +
  • Defined in handlers/auth.ts:1
  • Index

    diff --git a/docs/modules/handlers_callback.html b/docs/modules/handlers_callback.html index 8815be157..1d3a2e63b 100644 --- a/docs/modules/handlers_callback.html +++ b/docs/modules/handlers_callback.html @@ -16,7 +16,7 @@
  • handlers/callback
  • Module handlers/callback

    +
  • Defined in handlers/callback.ts:1
  • Index

    diff --git a/docs/modules/handlers_login.html b/docs/modules/handlers_login.html index 9d409ea70..51976bcdd 100644 --- a/docs/modules/handlers_login.html +++ b/docs/modules/handlers_login.html @@ -16,7 +16,7 @@
  • handlers/login
  • Module handlers/login

    +
  • Defined in handlers/login.ts:1
  • Index

    diff --git a/docs/modules/handlers_logout.html b/docs/modules/handlers_logout.html index d42a24b63..d11d07cdf 100644 --- a/docs/modules/handlers_logout.html +++ b/docs/modules/handlers_logout.html @@ -16,7 +16,7 @@
  • handlers/logout
  • Module handlers/logout

    +
  • Defined in handlers/logout.ts:1
  • Index

    diff --git a/docs/modules/handlers_profile.html b/docs/modules/handlers_profile.html index 0b45748a4..0d7656b84 100644 --- a/docs/modules/handlers_profile.html +++ b/docs/modules/handlers_profile.html @@ -16,7 +16,7 @@
  • handlers/profile
  • Module handlers/profile

    +
  • Defined in handlers/profile.ts:1
  • Index

    diff --git a/docs/modules/handlers_router_helpers.html b/docs/modules/handlers_router_helpers.html index bcefe9bf8..746be0e98 100644 --- a/docs/modules/handlers_router_helpers.html +++ b/docs/modules/handlers_router_helpers.html @@ -16,7 +16,7 @@
  • handlers/router-helpers
  • Module handlers/router-helpers

    +
  • Defined in handlers/router-helpers.ts:1
  • Index

    diff --git a/docs/modules/helpers.html b/docs/modules/helpers.html index c6b36ad39..90aa97d77 100644 --- a/docs/modules/helpers.html +++ b/docs/modules/helpers.html @@ -16,7 +16,7 @@
  • helpers
  • Module helpers

    +
  • Defined in helpers/index.ts:1
  • diff --git a/docs/modules/helpers_testing.html b/docs/modules/helpers_testing.html index e5b89f3ab..2978e09ce 100644 --- a/docs/modules/helpers_testing.html +++ b/docs/modules/helpers_testing.html @@ -16,7 +16,7 @@
  • helpers/testing
  • Module helpers/testing

    +
  • Defined in helpers/testing.ts:1
  • Index

    diff --git a/docs/modules/helpers_with_api_auth_required.html b/docs/modules/helpers_with_api_auth_required.html index b557d560c..be7864198 100644 --- a/docs/modules/helpers_with_api_auth_required.html +++ b/docs/modules/helpers_with_api_auth_required.html @@ -16,7 +16,7 @@
  • helpers/with-api-auth-required
  • Module helpers/with-api-auth-required

    +
  • Defined in helpers/with-api-auth-required.ts:1
  • Index

    diff --git a/docs/modules/helpers_with_middleware_auth_required.html b/docs/modules/helpers_with_middleware_auth_required.html index 377c9df33..c96c7c01b 100644 --- a/docs/modules/helpers_with_middleware_auth_required.html +++ b/docs/modules/helpers_with_middleware_auth_required.html @@ -16,7 +16,7 @@
  • helpers/with-middleware-auth-required
  • Module helpers/with-middleware-auth-required

    +
  • Defined in helpers/with-middleware-auth-required.ts:1
  • Index

    diff --git a/docs/modules/helpers_with_page_auth_required.html b/docs/modules/helpers_with_page_auth_required.html index 5f5c444b4..4e2de1be2 100644 --- a/docs/modules/helpers_with_page_auth_required.html +++ b/docs/modules/helpers_with_page_auth_required.html @@ -16,7 +16,7 @@
  • helpers/with-page-auth-required
  • Module helpers/with-page-auth-required

    +
  • Defined in helpers/with-page-auth-required.ts:1
  • Index

    diff --git a/docs/modules/http.html b/docs/modules/http.html index e9da8493b..6e0ade3bb 100644 --- a/docs/modules/http.html +++ b/docs/modules/http.html @@ -16,7 +16,7 @@
  • http
  • Module http

    +
  • Defined in http/index.ts:1
  • diff --git a/docs/modules/http_auth0_next_api_request.html b/docs/modules/http_auth0_next_api_request.html index b7c5c0cb7..efc0905c0 100644 --- a/docs/modules/http_auth0_next_api_request.html +++ b/docs/modules/http_auth0_next_api_request.html @@ -16,7 +16,7 @@
  • http/auth0-next-api-request
  • Module http/auth0-next-api-request

    +
  • Defined in http/auth0-next-api-request.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_api_response.html b/docs/modules/http_auth0_next_api_response.html index e19b902ca..17d926c9e 100644 --- a/docs/modules/http_auth0_next_api_response.html +++ b/docs/modules/http_auth0_next_api_response.html @@ -16,7 +16,7 @@
  • http/auth0-next-api-response
  • Module http/auth0-next-api-response

    +
  • Defined in http/auth0-next-api-response.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_request.html b/docs/modules/http_auth0_next_request.html index 21432e5ed..96d156d52 100644 --- a/docs/modules/http_auth0_next_request.html +++ b/docs/modules/http_auth0_next_request.html @@ -16,7 +16,7 @@
  • http/auth0-next-request
  • Module http/auth0-next-request

    +
  • Defined in http/auth0-next-request.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_request_cookies.html b/docs/modules/http_auth0_next_request_cookies.html index 4e990c61e..c2733c7a5 100644 --- a/docs/modules/http_auth0_next_request_cookies.html +++ b/docs/modules/http_auth0_next_request_cookies.html @@ -16,7 +16,7 @@
  • http/auth0-next-request-cookies
  • Module http/auth0-next-request-cookies

    +
  • Defined in http/auth0-next-request-cookies.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_response.html b/docs/modules/http_auth0_next_response.html index 1905cef35..fec9a732d 100644 --- a/docs/modules/http_auth0_next_response.html +++ b/docs/modules/http_auth0_next_response.html @@ -16,7 +16,7 @@
  • http/auth0-next-response
  • Module http/auth0-next-response

    +
  • Defined in http/auth0-next-response.ts:1
  • Index

    diff --git a/docs/modules/http_auth0_next_response_cookies.html b/docs/modules/http_auth0_next_response_cookies.html index 08cc49259..70a254b23 100644 --- a/docs/modules/http_auth0_next_response_cookies.html +++ b/docs/modules/http_auth0_next_response_cookies.html @@ -16,7 +16,7 @@
  • http/auth0-next-response-cookies
  • Module http/auth0-next-response-cookies

    +
  • Defined in http/auth0-next-response-cookies.ts:1
  • Index

    diff --git a/docs/modules/index.html b/docs/modules/index.html index 51cd5b1bf..20f4d09b4 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -16,7 +16,7 @@
  • index
  • Module index

    +
  • Defined in index.ts:1
  • diff --git a/docs/modules/session.html b/docs/modules/session.html index 74666c4ea..7bd3578c1 100644 --- a/docs/modules/session.html +++ b/docs/modules/session.html @@ -16,7 +16,7 @@
  • session
  • Module session

    +
  • Defined in session/index.ts:1
  • diff --git a/docs/modules/session_get_access_token.html b/docs/modules/session_get_access_token.html index 3b734d498..c787507d3 100644 --- a/docs/modules/session_get_access_token.html +++ b/docs/modules/session_get_access_token.html @@ -16,7 +16,7 @@
  • session/get-access-token
  • Module session/get-access-token

    +
  • Defined in session/get-access-token.ts:1
  • Index

    diff --git a/docs/modules/session_get_session.html b/docs/modules/session_get_session.html index 1e2cb335b..bb63444be 100644 --- a/docs/modules/session_get_session.html +++ b/docs/modules/session_get_session.html @@ -16,7 +16,7 @@
  • session/get-session
  • Module session/get-session

    +
  • Defined in session/get-session.ts:1
  • Index

    diff --git a/docs/modules/session_session.html b/docs/modules/session_session.html index cf96593fe..86501bc49 100644 --- a/docs/modules/session_session.html +++ b/docs/modules/session_session.html @@ -16,7 +16,7 @@
  • session/session
  • Module session/session

    +
  • Defined in session/session.ts:1
  • Index

    diff --git a/docs/modules/session_touch_session.html b/docs/modules/session_touch_session.html index 6912127e1..4e64dc5df 100644 --- a/docs/modules/session_touch_session.html +++ b/docs/modules/session_touch_session.html @@ -16,7 +16,7 @@
  • session/touch-session
  • Module session/touch-session

    +
  • Defined in session/touch-session.ts:1
  • Index

    diff --git a/docs/modules/session_update_session.html b/docs/modules/session_update_session.html index 90715ceb7..c2fa92ca8 100644 --- a/docs/modules/session_update_session.html +++ b/docs/modules/session_update_session.html @@ -16,7 +16,7 @@
  • session/update-session
  • Module session/update-session

    +
  • Defined in session/update-session.ts:1
  • Index

    diff --git a/docs/modules/utils_errors.html b/docs/modules/utils_errors.html index 2e270b51e..71cc5e0e4 100644 --- a/docs/modules/utils_errors.html +++ b/docs/modules/utils_errors.html @@ -16,7 +16,7 @@
  • utils/errors
  • Module utils/errors

    +
  • Defined in utils/errors.ts:1
  • Index

    diff --git a/docs/modules/version.html b/docs/modules/version.html index d47c2013e..a15f6d163 100644 --- a/docs/modules/version.html +++ b/docs/modules/version.html @@ -16,7 +16,7 @@
  • version
  • Module version

    +
  • Defined in version.ts:1
  • Index

    diff --git a/docs/types/client_use_user.UserContext.html b/docs/types/client_use_user.UserContext.html index 770710bec..f1e53fa22 100644 --- a/docs/types/client_use_user.UserContext.html +++ b/docs/types/client_use_user.UserContext.html @@ -38,8 +38,8 @@
    isLoadingOptional user?: UserProfile
    +
  • Defined in client/use-user.tsx:28
  • +
  • Defined in client/use-user.tsx:116
  • +
  • Defined in client/use-user.tsx:164
  • +
  • Defined in client/use-user.tsx:104
  • +
  • Defined in client/with-page-auth-required.tsx:69
  • +
  • Defined in config.ts:449
  • +
  • Defined in edge.ts:13
  • +
  • Defined in edge.ts:15
  • +
  • Defined in edge.ts:17
  • +
  • Defined in handlers/auth.ts:143
  • +
  • Defined in handlers/auth.ts:115
  • +
  • Defined in handlers/auth.ts:64
  • +
  • Defined in handlers/auth.ts:138
  • +
  • Defined in handlers/callback.ts:21
  • +
  • Defined in handlers/callback.ts:175
  • +
  • Defined in handlers/callback.ts:103
  • +
  • Defined in handlers/callback.ts:277
  • +
  • Defined in handlers/callback.ts:216
  • +
  • Defined in handlers/callback.ts:268
  • +
  • Defined in handlers/login.ts:18
  • +
  • Defined in handlers/login.ts:58
  • +
  • Defined in handlers/login.ts:38
  • +
  • Defined in handlers/login.ts:248
  • +
  • Defined in handlers/login.ts:257
  • +
  • Defined in handlers/login.ts:192
  • +
  • Defined in handlers/logout.ts:88
  • +
  • Defined in handlers/logout.ts:97
  • +
  • Defined in handlers/logout.ts:36
  • +
  • Defined in handlers/profile.ts:14
  • +
  • Defined in handlers/profile.ts:32
  • +
  • Defined in handlers/profile.ts:21
  • +
  • Defined in handlers/profile.ts:112
  • +
  • Defined in handlers/profile.ts:121
  • +
  • Defined in handlers/profile.ts:41
  • +
  • Defined in handlers/profile.ts:62
  • +
  • Defined in handlers/router-helpers.ts:12
  • +
  • Defined in handlers/router-helpers.ts:5
  • +
  • Defined in handlers/router-helpers.ts:45
  • +
  • Defined in handlers/router-helpers.ts:50
  • +
  • Defined in handlers/router-helpers.ts:43
  • +
  • Defined in handlers/router-helpers.ts:29
  • +
  • Defined in helpers/testing.ts:7
  • +
  • Defined in helpers/with-api-auth-required.ts:25
  • +
  • Defined in helpers/with-api-auth-required.ts:14
  • +
  • Defined in helpers/with-api-auth-required.ts:83
  • +
  • Defined in helpers/with-api-auth-required.ts:55
  • +
  • Defined in helpers/with-api-auth-required.ts:75
  • +
  • Defined in helpers/with-middleware-auth-required.ts:46
  • +
  • Defined in helpers/with-page-auth-required.ts:51
  • +
  • Defined in helpers/with-page-auth-required.ts:41
  • +
  • Defined in helpers/with-page-auth-required.ts:25
  • +
  • Defined in helpers/with-page-auth-required.ts:32
  • +
  • Defined in helpers/with-page-auth-required.ts:178
  • +
  • Defined in helpers/with-page-auth-required.ts:167
  • +
  • Defined in helpers/with-page-auth-required.ts:125
  • +
  • Defined in helpers/with-page-auth-required.ts:112
  • +
  • Defined in helpers/with-page-auth-required.ts:84
  • +
  • Defined in index.ts:120
  • +
  • Defined in index.ts:282
  • +
  • Defined in index.ts:283
  • +
  • Defined in session/get-access-token.ts:16
  • +
  • Defined in session/get-access-token.ts:34
  • +
  • Defined in session/get-access-token.ts:23
  • +
  • Defined in session/get-access-token.ts:110
  • +
  • Defined in session/get-session.ts:11
  • +
  • Defined in session/touch-session.ts:23
  • +
  • Defined in session/update-session.ts:27
  • +
  • Defined in version.ts:1