You can see that its using the __Secure-next-auth.callback-url=https%3A%2F%2Fb-website.com; b-website
Describe the bug
The demo is out of date with the library and uses ORIGIN in docs but the framework wants AUTH_ORIGIN. So you can see from the reproduction I have to add both.
This has caused a fair bit of confusion as I'm trying to implement nuxt-auth.
Additional context
I'm also curious why sometimes I've seen it redirect to an absolute path, and other times its a relative path. 🤔
Environment
Darwin
v16.13.0
3.3.2
2.3.2
pnpm@7.30.0
vite
css
,modules
,auth
@nuxtjs/tailwindcss@6.6.4
,@sidebase/nuxt-auth@0.4.4
-
Reproduction
In another terminal
You can see that its using the
__Secure-next-auth.callback-url=https%3A%2F%2Fb-website.com;
b-websiteDescribe the bug
ORIGIN
in docs but the framework wantsAUTH_ORIGIN
. So you can see from the reproduction I have to add both.This has caused a fair bit of confusion as I'm trying to implement nuxt-auth.
Additional context
I'm also curious why sometimes I've seen it redirect to an absolute path, and other times its a relative path. 🤔
Logs
No response