-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix local auth session timeout (#4028)
* Ensure active dialog times out correctly - previously.. time out duration was checked every tick of `interval` - this slows down when tab is not active, leading to situation when session was inactive but time out counter was still ticking. Clickin 'yes' then lead to log out - now.. - tick as before but check timeout via date every time - also.. - added some code on the way that wasn't needed, but may be in the future - will delete later if not used * Fix usages of `new HttpHeaders()` - Changes following http to http client update - Some places have dropped `application/x-www-form-urlencoded`, this is automatically added - Now `x-cap-request-date` should correctly be sent * Fix local auth session timeout - The session expiry time was never updated upon successful `verify` requests - Now this is down at the top level session verify instead of within uaa verify
- Loading branch information
1 parent
a9ebc28
commit ee9c4e0
Showing
4 changed files
with
16 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters