v2.8.0
* Session state now updates correctly after sign in on all browsers, including Interent Explorer. * The most important element of the fix was adding componentDidMount() call to update session data in auth/signin page (as it’s the oauth callback page). Changes to simply the flow in recent refactoring made this easier to fix.