You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Implementiere ein Registrierungsformular für Personen ohne Github Account.
Es besteht dazu bereits einen API endpunkt hier:
https://www.opensource-challenge.ch/api/v1/register
(bzw. https://localhost:4000/api/v1/register im Development-Modus)
und erwartet einen JSON POST Request in folgendem Format:
{ "data": { "type": "users", "attributes": { "name": "Damian Senn", "email": "damian.senn@topaxi.codes", "password": "1234qwer", "password-confirmation": "1234qwer" } } }Siehe: https://github.com/opensource-challenge/opensource-challenge-api/blob/master/web/controllers/registration_controller.ex