Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Implementation: Registrierungs Formular #1

Open
topaxi opened this issue Nov 30, 2016 · 1 comment
Open

Implementation: Registrierungs Formular #1

topaxi opened this issue Nov 30, 2016 · 1 comment

Comments

@topaxi
Copy link
Member

topaxi commented Nov 30, 2016

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": "[email protected]",
      "password": "1234qwer",
      "password-confirmation": "1234qwer"
    }
  }
}

Siehe: https://github.com/opensource-challenge/opensource-challenge-api/blob/master/web/controllers/registration_controller.ex

@topaxi
Copy link
Member Author

topaxi commented Nov 30, 2016

Das Login-Form existiert bereits und ist nur auskommentiert in https://github.com/opensource-challenge/opensource-challenge-client/blob/master/app/login/template.hbs :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant