-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
This should be ready to go. It now resolves any outstanding login / session promises before loading the app. |
Nice one, thanks! I'll have a look shortly. |
I've taken a look at the PR, and I found something I'm not sure is intended? Anomaly: After a user has successfully logged in to the app, if she/he then opens a new window to the app OR refreshes the page, then she/he will see the Login button instead of the (expected) Logout button. |
Tested on:
Update:
|
You may need to reinstall the panoplies client module, it’s using a custom version which hasn’t been merged yet On Mon, Feb 22, 2016 at 1:59 PM, Shaun A. Noordin Tested on: - FF44/Chrome48 on OSX, with Privacy Mode switched on. Re-confirmed without Privacy Mode. Update: |
@rogerhutchings LGTM, just left a couple of comments. |
Alright, Login works as expected!
Tested on:
A bit of a note: when in Private Mode, Safari disables certain features. (Such as localstorage, I believe.) This causes wonkiness when testing on Safari Private Mode - after accessing the login form and being redirected back to the app, the app gets stuck in a never-ending load. Since accessing the app with Safari in Private Mode while attempting to log in is such a niche case that it's not considered normal user behaviour, I'm going to mark this as a non-issue. PR Status: Validated |
Use new OAuth module from PJC
No description provided.