Sébastien Chopin
Sébastien Chopin
Damn thank you for reporting this, I was not aware of this Cloudflare issue. This is the code in the zip: ```javascript const fetch = require('node-fetch') const { backOff }...
THanks @naveeng2402 It would be nice to have a playground, seems it does not work: https://stackblitz.com/github/naveeng2402/nuxt-prisma?file=playground%2Fpackage.json
Hey @arashsheyda Same as https://github.com/nuxt/modules/pull/904#issuecomment-1980935417 Would you mind not using `nuxt3-` prefix otherwise for Nuxt 4 people will think that it won't work.
I like `nuxt-google-recaptcha` but it would be even better if @Neo-Zhixing is open to collaborate so you can publish a v1 of the package. What do you think @Neo-Zhixing ?
One note for shortcuts: `api` and `middleware` won't take an `s` (`nuxi middleware add auth`). I really like the idea, how and where would you see the implementation?
Thank you @patrick-hofmann But I believe in order to do this we need to properly think of creating a more generic Session Storage so it can be used instead to...
I did not forget, will have a deeper look next week as I want to be confident with the API changes.
I did not forget, was running low on bandwidth to properly review it, but it's in my list!
Thank you for reporting it @sandros94 !
This would mean to add hooks to `$fetch` that can bring side-effects actually, I rather keep it separated ad this applied only for email/password kind of login.