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.
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