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/package.json

    r464 r468  
    99    "passport-local": "~0.1.6",
    1010    "q": "~0.9.6",
    11     "q-io": "~1.9.1"
     11    "request": "~2.21.0"
    1212  },
    1313  "engines": {
Note: See TracChangeset for help on using the changeset viewer.