-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add token collation using server-obtained token #186
base: master
Are you sure you want to change the base?
Add token collation using server-obtained token #186
Conversation
I changed the way to validate the given token. @vkartik97 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@takitsuse can you add the test for the new method that you added. Code coverage is failing because there is no test for the new method. Please add those then we will review the complete PR.
Code coverage recovered. |
LGTM 👍 ! |
Thanks for your reviews! I am not in home now, so I will make those changes in 1-2 hours. |
@vkartik97 @yashdusing @Ram81 |
I am going to bed in a minute, so I create a new commit assuming I should put |
Looks good to me. @vkartik97 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@takitsuse
Thanks for prompt changes on reviews!
LGTM :)
I made changes accordingly to your reviews. @RishabhJain2018 Please take a look. |
This pull request adds an auth token validation that collates with an input token with a token obtained from the server.
This pull request is made to finish the Google Code-in task (https://codein.withgoogle.com/dashboard/task-instances/5898939732066304/)