Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 412 Bytes

0.13.11_2014-07-03.md

File metadata and controls

15 lines (13 loc) · 412 Bytes

0.13.11-auth

  • patches
    • Added middleware to create a linked identities array on the user during user insert. Added tests. The Linked Identities array will contain an array of all linked identities

      var user = {
          // ... other user stuff
          linkedIdentities : [
              'google',
              'basic'
          ]
      }