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 - v13.0.1

Published by AVVS almost 5 years ago

13.0.1 (2019-12-18)

Bug Fixes

  • delete lock for user ip after password reset (#439) (cb9d3fd)
ms-users - v13.0.0

Published by AVVS almost 5 years ago

13.0.0 (2019-12-17)

Features

  • sliding window rate limitation for sign in (#438) (1b4273c)

BREAKING CHANGES

  • implements new rate limiting algorithm using sliding window. While overall the mechanics of rate limiting remain the same - it's now harder to lock out the ip completely as each unsuccessful attempt wont extend login attempt capture duration for another . Consult with the docs on a new configuration format for the rate limiter
ms-users - v12.1.4

Published by AVVS almost 5 years ago

12.1.4 (2019-12-10)

Bug Fixes

ms-users - v12.1.3

Published by AVVS almost 5 years ago

12.1.3 (2019-11-28)

Bug Fixes

  • deps: dlock, @microfleet/transport-amqp (d1a526d)
ms-users - v12.1.2

Published by AVVS almost 5 years ago

12.1.2 (2019-11-26)

Bug Fixes

  • added audience to organization list request (#434) (068cdc2)
ms-users - v12.1.1

Published by AVVS almost 5 years ago

12.1.1 (2019-11-24)

Bug Fixes

  • docker build size (9959505)
  • improve logging & dlock startup (3113e84)
ms-users - v12.1.0

Published by AVVS almost 5 years ago

12.1.0 (2019-11-21)

Features

ms-users - v12.0.0

Published by AVVS almost 5 years ago

12.0.0 (2019-10-31)

Features

BREAKING CHANGES

  • removes scrypt for built-in crypto implementation, while API remains the same the underlaying library is slightly different. Node has changed a major version, too
ms-users - v11.4.0

Published by AVVS about 5 years ago

11.4.0 (2019-10-03)

Bug Fixes

  • upgrade deps, ensure schemas are valid (5b29710)

Features

ms-users - v11.3.1

Published by AVVS about 5 years ago

11.3.1 (2019-09-18)

Bug Fixes

ms-users - v11.3.0

Published by AVVS about 5 years ago

11.3.0 (2019-09-13)

Features

ms-users - v11.2.7

Published by AVVS about 5 years ago

11.2.7 (2019-09-10)

Bug Fixes

  • stringify organization invite params in mail (#423) (81366c0)
ms-users - v11.2.6

Published by AVVS about 5 years ago

11.2.6 (2019-09-10)

Bug Fixes

  • upgrade dependencies, make fb tests more reliable (#424) (0825a6d)
ms-users - v11.2.5

Published by AVVS about 5 years ago

11.2.5 (2019-08-24)

Bug Fixes

  • clear cache after remove organization (#419) (fcc4ff0)
ms-users - v11.2.4

Published by AVVS about 5 years ago

11.2.4 (2019-08-23)

Bug Fixes

  • added expiration param to organization list json schema (#418) (701aae5)
ms-users - v11.2.3

Published by AVVS about 5 years ago

11.2.3 (2019-08-22)

Bug Fixes

ms-users - v11.2.2

Published by AVVS about 5 years ago

11.2.2 (2019-08-20)

Bug Fixes

  • move member organizations to user metadata (#416) (9f6d257)
  • update flakeless, fixed deprecations (cb37024)
ms-users - v11.2.1

Published by AVVS about 5 years ago

11.2.1 (2019-08-07)

Bug Fixes

  • update node to 10.16.1, chrome 76, last puppeteer (5e548cd)
ms-users - v11.2.0

Published by AVVS about 5 years ago

11.2.0 (2019-08-04)

Features

  • added handling custom audience to organization api (#413) (a66e97a)
ms-users - v11.1.2

Published by AVVS about 5 years ago

11.1.2 (2019-07-24)

Bug Fixes

  • edited qs in organization invite link (#410) (f3b9c15)