Amirali

Results 18 comments of Amirali

> What do people think about this solution? > > Regards, Flo Where should I put this function?

Any update on this? It would be really good if this fix gets merged.

I'm facing the same issue and haven't found a solution yet. I tried some interceptor methods, but still no luck. Has anyone found a solution for this? In my case,...

Having the same issue here. Could solve it using the solutions found on the web.

> why can't i set refresh token? I get response undefined from set() `this.$auth.strategy.refreshToken.set()` > > and this my nuxt.config > > ![image](https://user-images.githubusercontent.com/83260998/152578786-90481846-8ad5-48e8-9d76-cdd533a8c40b.png) It seems to me that you haven't...

> Hey @Destaq, I have a Nuxt / Django project with JWT and it works for me with the `djangorestframework-simplejwt` package. Maybe you can get some inspiration there. How did...

Not yet. I found [this](https://github.com/nuxt-community/auth-module/pull/1739/files) open pull request about this issue. I applied it locally in my node_modules folder, but that caused some other issues that I haven't been able...

@bitfactory-frank-spee I have a similar issue (described in detail in #998). The workaround you mentioned doesn't appear to fix the issue I've described, does it? Do you know any solution...

As a suggestion: It would be nice if we could pass a custom `errorHandler` function to override the `catch` block of the `getSession` function. This way the developer could decide...

I created this PR (https://github.com/sidebase/nuxt-auth/pull/999). I'm generally new to contributing to open-source projects, so forgive me if I've made any mistakes in the PR. I deliberately left the PR as...