Skip to content
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

User Session maintenance for the root URL #66

Open
Sudhee-bsp opened this issue Aug 16, 2021 · 0 comments
Open

User Session maintenance for the root URL #66

Sudhee-bsp opened this issue Aug 16, 2021 · 0 comments
Assignees
Labels
back end Anything related to the back end must have this tag attached to it. bug Something isn't working

Comments

@Sudhee-bsp
Copy link
Contributor

Describing the bug
Login page is being loaded even though the user is logged in when navigated to the root URL https://osc-hub.herokuapp.com/
It should maintain user session across once logged-in till logged out (in-case used sessions) or cookies for a particular time (in-case cookies).

To Reproduce
Steps to reproduce the behaviour:

  1. Login to the website => upon successful login will be redirected to https://osc-hub.herokuapp.com/dashboard
  2. Now navigate to https://osc-hub.herokuapp.com/
  3. You can see the Login page which shouldn't be loaded (as user is authenticated already)

Expected behavior
As user is logged-in the session should be maintained till logged-out, which means though the User hard navigates to the root URL (actually no one does it), website should be able to land user in https://osc-hub.herokuapp.com/dashboard

Additional context
When Logged-in, even opening the new tab in same browser, the root URL "https://osc-hub.herokuapp.com/" should be able to land the user in "https://osc-hub.herokuapp.com/dashboard" when proper session is maintained.

@Sudhee-bsp Sudhee-bsp added the bug Something isn't working label Aug 16, 2021
@dat-adi dat-adi added back end Anything related to the back end must have this tag attached to it. hacktoberfest labels Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end Anything related to the back end must have this tag attached to it. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants