Closed PaulAsjes closed 1 week ago
Fixes https://github.com/workos/authkit-nextjs/issues/37
Adds a new baseURL configuration option to handleAuth. This is to circumvent scenarios where request.nextUrl points to an internal URL rather than the intended one.
baseURL
handleAuth
request.nextUrl
Fixes https://github.com/workos/authkit-nextjs/issues/37
Adds a new
baseURL
configuration option tohandleAuth
. This is to circumvent scenarios whererequest.nextUrl
points to an internal URL rather than the intended one.