-
Notifications
You must be signed in to change notification settings - Fork 23
[70$]Logout callback #18
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
Comments
Can we pick these issues ? |
yes, you can assign the issue to yourself |
Took master branch , but log out button does not do anything functionality wise , so do we have to add the functionality of logging out ? |
Hey, can I pick up this one? (It seems GitHub does not show me the option to self-assign myself, or I don't know where to look for it :) |
Logout button should remove the userInfo from local storage, clear the access token from the api service and close that dropdown |
If you are working on this, assign it to yourself in the right side pane (assignees section) |
I'm not sure what the issue-logout-callback branch was for, but I've forwarded it to dev. You can make a PR against dev too. |
branch was made by me, will delete it, sorry for confusion
…On 4 Jan 2017 21:19, "gondzo" ***@***.***> wrote:
I'm not sure what the issue-logout-callback branch was for, but I've
forwarded it to dev. You can make a PR against dev too.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADyJLXRQJKHG_AvvbqabR5nCU8cy-RGWks5rO7-AgaJpZM4LYoOE>
.
|
It resolves the issue topcoderinc#18, but, probably, some further work on refactoring of the related code is necessary.
@gondzo Hey, will you check the above mentioned commit in my fork? It fixes the dropdown, so that it is closed when you click It does not do refactoring of the |
Looking at it right now. |
Yeap. But, in future, it will be nice to implement a general APIService, which takes care about authorisation and staff, and allows to send any HTTP requests through it, not caring about the auth. |
Agreed. |
Adds redirect to /home on logout. Fixes issue topcoderinc#18
Done |
Thanks |
Payment Scheduled: https://apps.topcoder.com/bugs/browse/DRONESERIES-7 |
When logging out, the dropdown doesn't always close and userInfo from local storage isn't cleared. UserInfo key is set in global.js and in AuthService.js, that should be refactored to a common method
The text was updated successfully, but these errors were encountered: