drift-org / backend

2 stars 0 forks source link

Feat #3 --> User Login Route #14

Closed anjanbharadwaj closed 3 years ago

anjanbharadwaj commented 3 years ago

Contributors

@anjanbharadwaj

Reviewers

@brandonLi8 @aidenszeto

Relevant issue

Closes #3 Relevant to #16

Summary of change

Testing/Verification

- curl --location --request POST 'localhost:8080/auth/login' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email_address": "Test@Test.com",
    "password": "TestPassword"
}'
aidenszeto commented 3 years ago

Are we enabling login with username in this PR too? Or do we want to stick with just email and move username to a different ticket?