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

Implementation: Registrierungs Formular #1

@topaxi

Description

@topaxi

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions