Skip to content

Login/Signup #1

@ravi11o

Description

@ravi11o

Implement user's login and signup using JWT authentication

Each user must have

  • email(unique)
  • name
  • username(unique)
  • password

Optional fields are

  • image
  • bio

Upon successful registration/login on the server end, client must receive a JWT token.
The JWT token should be encoded using user's ObjectId, username and email.

You must design endpoints for signup, login, current-user and profile fetch/update on your own.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions