Skip to content

(Quick)Fix OXUIB-525: login fails completely if login?action=acquireToken fails

julian.baeume requested to merge bug/OXUIB-525_acquireToken_breaks_boot into develop

Implementation notes

Root cause: working acquireToken call is a dependency of js module definition
Solution: don't depend on socket during module definition

This solution should for now work as expected, but is quite complicated. The code should probably be refactored completely to work fine without an active socket being always available. 5b48df83

Merge request reports