Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This change allows client to send a request to create new user and then get a token on login #71

Merged
merged 1 commit into from
Apr 6, 2023

Conversation

VijayIyer
Copy link
Contributor

  • createUser by sending post request to api/v1/user with username, email, password
  • login by sending post reques tto api/v1/auth/login with email, password

@VijayIyer VijayIyer added the enhancement New feature or request label Apr 6, 2023
@VijayIyer VijayIyer added this to the Sprint 5 milestone Apr 6, 2023
@VijayIyer VijayIyer requested a review from Katherine-KM April 6, 2023 00:38
@VijayIyer VijayIyer self-assigned this Apr 6, 2023
@render
Copy link

render bot commented Apr 6, 2023

@VijayIyer VijayIyer linked an issue Apr 6, 2023 that may be closed by this pull request
@Katherine-KM Katherine-KM merged commit 737a485 into development Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User Authentication backend api methods
2 participants