ms-users

Service for handling user's management via amqp transport layer. Docs are available at

MIT License

Downloads
900
Stars
8
Committers
19
ms-users - v9.4.2

Published by AVVS over 6 years ago

9.4.2 (2018-07-10)

Bug Fixes

ms-users - v9.4.1

Published by AVVS over 6 years ago

9.4.1 (2018-07-10)

Bug Fixes

  • assign-affiliate: metaKey & rem from old index during overwrite (38bc125)
ms-users - v9.4.0

Published by AVVS over 6 years ago

9.4.0 (2018-07-09)

Features

ms-users - v9.3.2

Published by AVVS over 6 years ago

9.3.2 (2018-07-05)

ms-users - v9.3.1

Published by AVVS over 6 years ago

9.3.1 (2018-06-06)

Bug Fixes

  • http-bearer, release chores (2c6ef84)
  • request.method -> request.transport (2b48601)
ms-users - v9.2.1

Published by AVVS over 6 years ago

9.2.1 (2018-06-04)

Bug Fixes

  • logout: token was not erased due to a typo (#375) (42f2574)
ms-users - v9.2.0

Published by AVVS over 6 years ago

9.2.0 (2018-05-30)

Features

ms-users - v9.1.4

Published by AVVS over 6 years ago

9.1.4 (2018-04-06)

Bug Fixes

  • bell: isSameSite (2837f21)
  • oauth: cookie isSameSite configuration (c38f9d9)
ms-users - v9.1.3

Published by AVVS over 6 years ago

9.1.3 (2018-04-06)

Bug Fixes

  • use isSameSite: Lax for bell, otherwise it breaks oauth (0b09c34)
ms-users - v9.1.2

Published by AVVS over 6 years ago

9.1.2 (2018-04-05)

Bug Fixes

  • missing schemas from published pkg (eeee6be)
ms-users - v9.1.1

Published by AVVS over 6 years ago

9.1.1 (2018-04-05)

Bug Fixes

  • accounts: reflect on native promise (53627fd)
  • direct use of internal actions (a5fbba9)
  • refactor tests, use internal actions when possible (#372) (1447bfe)
ms-users - v9.1.0

Published by AVVS over 6 years ago

9.1.0 (2018-04-03)

Features

ms-users - v9.0.4

Published by AVVS over 6 years ago

9.0.4 (2018-02-26)

Bug Fixes

ms-users - v9.0.3

Published by AVVS over 6 years ago

9.0.3 (2018-02-05)

Bug Fixes

  • ms-flakeless version updated (fe463ac)
ms-users - v9.0.2

Published by AVVS over 6 years ago

9.0.2 (2018-02-01)

Bug Fixes

ms-users - v9.0.1

Published by AVVS over 6 years ago

9.0.1 (2018-01-31)

Bug Fixes

ms-users - v9.0.0

Published by AVVS over 6 years ago

9.0.0 (2018-01-29)

Features

  • internal user ID, dont use email as one (#297) (fa7a8a8)

BREAKING CHANGES

  • life long refactor, which replaces username with an internal semi-sequential int64 id. This change allows one to change an email (which was earlier used as an id) and have an abstract id, which doesnt contain any private information. Migration of other services is required & extreme caution is advised as this change involves a drastic change on the database level. Must only have 1 running migration at any given time

Migration notes:

  • generate numeric ID for user instead of using email as identifier
  • most of actions can accept username (e.g. email), alias or id as user identifier
  • add config for migrations
  • user data contains id field instead of username
  • users.list action filter query can accept username instead of #
  • API tokens data contains userId field instead of username, except for old tokens which were created before migration, they contains username field like before
ms-users - v8.0.4

Published by AVVS over 6 years ago

8.0.4 (2018-01-26)

Bug Fixes

ms-users - v8.0.3

Published by AVVS almost 7 years ago

8.0.3 (2018-01-17)

Bug Fixes

ms-users - v8.0.2

Published by AVVS almost 7 years ago

8.0.2 (2018-01-16)

Package Rankings
Top 7.31% on Npmjs.org
Badges
Extracted from project README
npm version Build Status semantic-release Commitizen friendly codecov.io Code Climate