Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Patch always logging in issue #546

Merged
merged 2 commits into from
Oct 7, 2016
Merged

Patch always logging in issue #546

merged 2 commits into from
Oct 7, 2016

Conversation

timlevett
Copy link
Contributor

So there is a bug where $sessionStorage in /main.js doesn't persist to the actual session storage, super weird. This patch fixes that by doing what the underlying library does.

This fixes 2 things:

  • Impersonate now works
  • Everytime someone hits /web they are not reauthenticated by hitting /portal/Login?silent=true

@timlevett timlevett merged commit 2cba9f6 into master Oct 7, 2016
@timlevett timlevett deleted the fix-login-always-issue branch October 7, 2016 18:47
//for some really weird reason the $sessionStorage here isn't being
//persisted to real session storage, so we have to do it manually.
$sessionStorage.$apply();
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing }, opps.

@apetro apetro added this to the 5.4.0 milestone Oct 10, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants