media-centre / makenews

MakeNews is for journalists and newsrooms. It helps you track news from web and social media in real-time.
https://makenews.in
GNU Affero General Public License v3.0
53 stars 22 forks source link

#124 bug implement user session #157

Closed akrstova closed 4 years ago

akrstova commented 4 years ago

Changed session storage into local storage, because session storage doesn't store the session information between tabs. Now when the user is logged in and tries to access localhost:5000 in a new tab, he/she is redirected to the news board instead of the login page.

muralikrishna8 commented 4 years ago

Can you move this 2062a5b00142a4f453f6ece4faf0e1c2b55f6935 commit to a different PR. Since this is an improvement in dev process it would be better to keep it separate instead of mixing it with a bug fix.

Also please rebase your branch with the latest changes, there have been some changes recently. And this PR has some conflicts with the latest master.