andela / ah-infinity-stones

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

#161966909 Implement jwt Authentication #34

Closed rkemmy closed 5 years ago

rkemmy commented 5 years ago

What does this PR do?

Implement jwt authentication

Description of Task to be completed?

How should this be manually tested?

{ "user": { "username": "remmy", "email": "remmy@test.com", "password": "Password@123"
} }

Screenshot

screenshot 2018-12-13 at 13 31 51
codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit 89574e76 and detected 0 issues on this pull request.

View more on Code Climate.

r-wambui commented 5 years ago

The name of this PR is confusing. Also what is the difference of this PR and what Justin did?

rkemmy commented 5 years ago

Sorry about the title. I have fixed it. Thanks for pointing it out. The code is similar to Justin's because he integrated jwt for registration before I created a PR and I need to complete the story.