Ignore:
Timestamp:
06/26/13 21:17:41 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Improved authentication

  • Authentication cannot be cancelled, removing a lot of weird race conditions.
  • We offer a request provider that has automatic retry in case of authentication failures.
  • Reduced dependency on LoginDialog? by having it act independent based on events. Other modules can just depend on 'session'.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/index.html

    r466 r468  
    3030        </div>
    3131        <div id="toaster" data-dojo-type="qed-client/app/Notifications"></div>
    32         <div id="loginDialog" data-dojo-type="qed-client/ui/LoginDialog"></div>
     32        <div data-dojo-type="qed-client/ui/LoginDialogWrapper"></div>
    3333    </body>
    3434</html>
Note: See TracChangeset for help on using the changeset viewer.