openfun / fun-apps

:warning: DEPRECATED :warning:
Other
15 stars 20 forks source link

✨(newsletter) store user newsletter subscription #739

Closed kernicPanel closed 7 months ago

kernicPanel commented 7 months ago

We need to store newsletter subscription preference in Joanie. A checkbox is added to the registration form, and related value is stored in a cookie. Fonzie will use that cookie to add the subscription to the user token payload which will be sent to Joanie, updating the user.

Related PRs : https://github.com/openfun/fonzie/pull/36 https://github.com/openfun/joanie/pull/701