ooni / backend

Everything related to OONI backend infrastructure: ooni/api, ooni/pipeline, ooni/sysadmin, collector, bouncers and test-helpers
BSD 3-Clause "New" or "Revised" License
48 stars 29 forks source link

The account registration endpoint should encode the email address in the link #709

Open hellais opened 11 months ago

hellais commented 11 months ago

We would like to store the email in the incident reporting platform in the client so that we can populate a hidden field so that we can display the creator of an incident.

As such we would like to have the email link include an additional parameter with the email address of the user that created the token together with the redirect_to field.

The endpoint is /api/v1/user_login