diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2f93b7f4..9050b8ce2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## [v2.6.3](https://github.com/auth0/nextjs-auth0/tree/v2.6.3) (2023-06-26)
+[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v2.6.2...v2.6.3)
+
+**Fixed**
+- Fix for setting custom cookies in `withMiddlewareAuthRequired` [\#1263](https://github.com/auth0/nextjs-auth0/pull/1263) ([adamjmcgrath](https://github.com/adamjmcgrath))
+
## [v2.6.2](https://github.com/auth0/nextjs-auth0/tree/v2.6.2) (2023-06-09)
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v2.6.1...v2.6.2)
diff --git a/docs/classes/client_use_user.RequestError.html b/docs/classes/client_use_user.RequestError.html
index 549d7ca65..1ded88efd 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
+Defined in client/use-user.tsx:49
+Defined in client/use-user.tsx:47
+Defined in session/session.ts:23
+Defined in utils/errors.ts:46
Optional
Readonly
status
status?: number
@@ -116,7 +116,7 @@
+Defined in utils/errors.ts:62
+Defined in utils/errors.ts:46
Optional
Readonly
status
status?: number
@@ -119,12 +119,12 @@
+Defined in utils/errors.ts:62
Static
Readonly
code
code: string = 'ERR_CALLBACK_HANDLER_FAILURE'
+Defined in utils/errors.ts:172
+Defined in utils/errors.ts:46
Optional
Readonly
status
status?: number
@@ -123,7 +123,7 @@
+Defined in utils/errors.ts:62
+Defined in utils/errors.ts:46
Optional
Readonly
status
status?: number
@@ -107,12 +107,12 @@
+Defined in utils/errors.ts:62
Static
Readonly
code
code: string = 'ERR_LOGIN_HANDLER_FAILURE'
+Defined in utils/errors.ts:192
+Defined in utils/errors.ts:46
Optional
Readonly
status
status?: number
@@ -107,12 +107,12 @@
+Defined in utils/errors.ts:62
Static
Readonly
code
code: string = 'ERR_LOGOUT_HANDLER_FAILURE'
+Defined in utils/errors.ts:212
+Defined in utils/errors.ts:46
Optional
Readonly
status
status?: number
@@ -107,12 +107,12 @@
+Defined in utils/errors.ts:62
Static
Readonly
code
code: string = 'ERR_PROFILE_HANDLER_FAILURE'
+Defined in utils/errors.ts:232
+Defined in utils/errors.ts:80
+Defined in edge.ts:16
+Defined in config.ts:19
session
@@ -279,7 +279,7 @@
+Defined in config.ts:24
+Defined in config.ts:209
rolling
rolling: boolean
@@ -128,7 +128,7 @@
+Defined in config.ts:236
rollingDuration
rollingDuration: number | false
@@ -140,7 +140,7 @@
+Defined in config.ts:245
Optional
store
@@ -149,7 +149,7 @@
+Defined in config.ts:215
storeIDToken
storeIDToken: boolean
@@ -159,7 +159,7 @@
+Defined in config.ts:269
+Defined in index.ts:88
withApiAuthRequired
@@ -128,7 +128,7 @@
+Defined in index.ts:118
withPageAuthRequired
@@ -136,7 +136,7 @@ withPageAuthRequired<
+Defined in index.ts:123
+Defined in edge.ts:1
diff --git a/docs/modules/handlers.html b/docs/modules/handlers.html
index 018fa10bb..30f6f9add 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 2f37b0495..5813268be 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 883fab27f..6983d8ad9 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 fd8fbf17b..01ad291d0 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 65ab523e4..e7c552822 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 f0fbbb34f..dab7722e2 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/helpers.html b/docs/modules/helpers.html
index dc3d42902..5a3fa8cc8 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 86ad7306c..cd76d8dd9 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 c1219e387..cb5d24cf4 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 da0b2e0bf..46435fb07 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 773d000d8..64a6adc5f 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/index.html b/docs/modules/index.html
index f4e9be304..bb1c7aa38 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 9e28e165d..6e386708b 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 c7455dd1e..c9f9030c7 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 4ddbeaa19..8cd7e2591 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 843790228..7055da33f 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 7ff08543b..af2bfeb47 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 ae507dc1b..cb4f3ddda 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 4ca66bdea..3648ae6aa 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 99a5a66b3..13ee22f7d 100644
--- a/docs/modules/version.html
+++ b/docs/modules/version.html
@@ -16,7 +16,7 @@
version
Module version
+Defined in version.ts:1