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

#161120050 Generate Valid Auth Token for Users upon Signup #60

Merged
merged 1 commit into from Oct 11, 2018

Conversation

akhilome
Copy link
Owner

What does this PR do?

Generates a valid authorization token for users immediately after signing up.

Description of Task to be completed?

  • modify signup controller to pass execution to login controller after saving new user to the database
  • modify tests to accommodate these new changes

How should this be manually tested?

  • Clone the git repo, and setup project as per described in README
  • Start the app by running npm start from the terminal
  • Fire up postman and hit the http://localhost:3000/api/v1/auth/signup/ endpoint providing the required details

What are the relevant pivotal tracker stories?

#161120050

Screenshots

image

- modify signup controller to pass execution to login controller after
after saving new user to database
- modify tests to accomodate these new changes

[Finishes #161120050]
@akhilome akhilome merged commit c705475 into develop Oct 11, 2018
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.01%) to 97.887% when pulling bc57f2f on ft-signup-token-161120050 into 0ab780e on develop.

@akhilome akhilome deleted the ft-signup-token-161120050 branch October 12, 2018 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants