kucherenko / strapi-plugin-passwordless

A plugin for Strapi Headless CMS that provides ability to sign-in/sign-up to an application by link had sent to email.
MIT License
77 stars 27 forks source link

fix(controllres): allow context of type object #22

Closed douglasduteil closed 11 months ago

douglasduteil commented 11 months ago

Hi @kucherenko It's @douglasduteil again ;)

It seems like strapi (^4.11.5) already parse the context field returned by the service, resulting with an empty context on the login call due to SyntaxError: "[object Object]" is not valid JSON

douglasduteil commented 11 months ago

Thanks @kucherenko.

douglasduteil commented 11 months ago

Any release planed @kucherenko ?

kucherenko commented 11 months ago

I have plans to add one more features and release new version, I think it will be this week

douglasduteil commented 11 months ago

Any update @kucherenko ? Can I be of any help ?

douglasduteil commented 11 months ago

I'm using a pnpm patch for now

kucherenko commented 11 months ago

I'm sorry for the delay,

strapi-plugin-passwordless 4.0.13 published 🎉