Page MenuHomePhorge

Fix race conditions after login redirect
ClosedPublic

Authored by machniak on Oct 5 2020, 9:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 17, 7:13 AM
Unknown Object (File)
Sat, Mar 16, 6:57 AM
Unknown Object (File)
Sun, Mar 10, 10:02 AM
Unknown Object (File)
Mon, Mar 4, 10:34 AM
Unknown Object (File)
Feb 17 2024, 12:36 AM
Unknown Object (File)
Jan 30 2024, 7:34 PM
Unknown Object (File)
Jan 30 2024, 7:24 AM
Unknown Object (File)
Jan 21 2024, 12:37 PM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK7fb26dbf8cc0: Fix race conditions after login redirect
Summary

Essentialy /api/auth/login response has been changed to return
the same result as /api/auth/info. Meaning there's no need to call
/api/auth/info after login. So, all pages that depend on this info
do not have to call or wait for /api/auth/info response.

Therefore it should be also faster.

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/fix-wallet-page
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 31099
Build 11665: arc lint + arc unit

Event Timeline

machniak created this revision.
This revision is now accepted and ready to land.Oct 5 2020, 9:12 AM
This revision was automatically updated to reflect the committed changes.