Heb
Heb
@nathanbrizzee-cdcr Feel free to open a PR to implement custom base path handling for the client methods, there's some TODO there https://github.com/Hebilicious/authjs-nuxt/blob/main/packages/authjs-nuxt/src/runtime/lib/client.ts I'll get to it when I have time....
Great work ! Would happily accept a PR to expose the internals so that's easier to implement this on your own. However I think we should eventually make the API...
Hi @tjhiggins, afaik `useRouter().push` works with external URLs already, so this change wouldn't change anything. However, it's possible that the callback url is not being applied properly because of this...
Got it. This should be a pretty straightforward change then.
There is something wrong with your setup, please provide a reproduction.
This looks like an eslint error due to your eslint configuration. You can check your `.nuxt/types/auth.d.ts` to see the generated types. You should be able to follow them with your...
> I fixed a similar issue last week(#4295). It seems that it doesn't cover all cases. node supports that path is a url without a protocol prefix. 🥲 > >...
> I noticed that undici is rewrited in Bun and there are some APIs that have not been implemented. Related to this issue #1987 > > Source File: [`main`/src/js/thirdparty/undici.js](https://github.com/oven-sh/bun/blob/main/src/js/thirdparty/undici.js?rgh-link-date=2023-09-04T15%3A02%3A35Z) Does...
> I'm not sure why undici has been placed in the thirdparty. This might require someone from the core team to explain. Perhaps you can ask on Discord for more...
Just chiming in here, perhaps the best cleanest way to handle this scenario is to use optional *peerDependencies* ? Following this discussions it might work https://github.com/npm/feedback/discussions/225 As an optional peer...