Closed MikesGlitch closed 5 months ago
The issue:
In the playground, the nuxt config is setup for "POST" only, but the lib doesn't respect that. It's guarding PUT's as well.
csurf: { https: false, methodsToProtect: ['POST'] }
This is to do with the default that are setup in the module.ts
However, I'm not familiar with this, so I haven't fixed it here.
Any thoughts? @Morgbn
The issue:
In the playground, the nuxt config is setup for "POST" only, but the lib doesn't respect that. It's guarding PUT's as well.
This is to do with the default that are setup in the module.ts
However, I'm not familiar with this, so I haven't fixed it here.
Any thoughts? @Morgbn