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

Create post /signup endpoint #82

@viktoriia-kosenko

Description

@viktoriia-kosenko

Method: POST
Client send name, email and password to backend;

  1. Add validation to all data
  2. Check if the user with given email exists
  3. Don't save password as a plane text, use bcrypt or something similar
  4. After password was hashed -delete password!
  5. Save new user.
  6. Send response success message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions