Zoey

Results 97 comments of Zoey

Closing as this PR has gone stale. If someone else would like to take over the PR, feel free to fork the fixes and open a new PR 😊

Hi @FlorientPlouvin 👋 I assume that this issue occurs because you have set a different redirect URL in the Google OAuth application. Please open your [Google cloud console](https://console.cloud.google.com/) and verify...

Hi @Plinpod 👋 We have not added support for Server components yet. I assume that we will need to add support for this by accessing the session via [`getServerSession`](https://github.com/sidebase/nuxt-auth/blob/main/src/runtime/server/services/authjs/nuxtAuthHandler.ts#L187). I...

Hi @agracia-foticos 👋 We have yet to prioritize looking into this issue. I have some assumptions (primarily resting on many core functions of the module requiring access to the client,...

I had a quick look into this issue and I believe I can pinpoint the required steps to support server-side components: The issue is that the client-side composables are based...

Hi @nojiritakeshi 👋 Thank you for your contribution, and I apologize for the delay! As this change is very straight forward and reuses logic from the AuthJS provider, I think...

> This modification is made so that the string set in the addDefaultCallback property in nuxt.config is applied to the callbackUrl. You are right! I revised this PR and agree!...

Hi @kaboume, We have been pretty swampped over the summer with other projects, which is why our focus sadly had to shift away from sidebase for a while. I am...

Hello @kaboume @romanzipp 👋 I did some testing myself on version 0.6.0-beta.7. I can report the following: - setting `baseURL` to `http://localhost:3001/api/users` modified all the requests properly and gave me...

Hi @kaboume, Could you be so kind to tell me a bit about your deployment? Is it only a normal webserver where you then start the application or are you...