-
### Environment
- Operating System: Windows_NT
- Node Version: v18.18.2
- Nuxt Version: 2.17.2
- CLI Version: 3.10.0
- Nitro Version: 2.8.0
- Package Manager: npm@9.8.1
- Build…
-
### Package
@lucia-auth/adapter-mongodb
### Describe the bug
The default integration with Lucia v3 is broken when you try to connect using MongoDB and Mongoose
Migrated fully as explained…
donsn updated
8 months ago
-
### Describe the Bug
I use Nuxt3 with Directus but i don't think that it is matter.
I created login but when my access token expired and function (below) runs directus want to refresh token
```js…
53rg0 updated
9 months ago
-
### Discussed in https://github.com/nuxt/framework/discussions/4003
Originally posted by **hubermat** March 31, 2022
Hello,
our Nuxt-based project serves, besides other API routes, static f…
-
`useProxy`: If set to `dev-only` and nuxt is in dev-mode, the module automatically configures `/api` to the Drupal backend via [@nuxtjs/proxy](https://github.com/nuxt-community/proxy-module) and uses …
-
### Description
This module provides a simple way to use Laravel Sanctum with Nuxt by leveraging cookies-based authentication. SSR-ready!
### Repository
https://github.com/manchenkoff/nuxt-auth-san…
-
### Environment
------------------------------
- Operating System: `Darwin`
- Node Version: `v16.15.0`
- Nuxt Version: `2.16.0-27707061.54e852f`
- Nitro Version: `0.4.24`
- Package …
-
### Environment
_No response_
### Reproduction
_No response_
### Describe the bug
I have spent hours on making the **Refresh Token Rotation** work based on the existing example.
https…
-
Hi,
I'm testing out the agency-os and am using a generated token on our directus cloud to try and build the site. However I get this error:
```
ERROR Cannot start nuxt: { errors: …
-
In my proxy, this used to work with Node 18.18.2:
```
proxyReq.getHeaderNames().forEach((headerName) => {
proxyReq.removeHeader(headerName);
});
```
When using Node 20.10.0 (LTS), the ca…