Skip to content

Releases: Samagra-Development/user-service

v2.4.3

26 Apr 11:22
249e582
Compare
Choose a tag to compare
  • Added support for login with OTP for fluent otp-based registration/login.

v2.4.2

06 Apr 07:16
Compare
Choose a tag to compare

Removed specific Esamwad service health check

v2.4.1

10 Mar 07:31
a47e534
Compare
Choose a tag to compare

Dependencies upgrades done

v2.4.0

20 Feb 13:29
b9978a1
Compare
Choose a tag to compare
  • Validating if user exists in DB or not before sending OTP

v2.3.9

01 Feb 07:57
6022dcb
Compare
Choose a tag to compare

BUG FIX: GET /api/user/:userId fixed for query string error causing wrong user set retrieval

v2.3.8

05 Jan 11:39
ee38540
Compare
Choose a tag to compare

Password reset APIs (OTP based)

Description

APIs added to support password reset for users with phone numbers registered.

Changes

APIs added:

POST /api/changePassword/sendOTP
PATCH /api/changePassword/update
Fusion Auth service cleanup was done.

v2.3.7

28 Dec 12:13
0153d1d
Compare
Choose a tag to compare
  • GET /health API
  • Strict check to validate if user's registration exists for the given application in in /user/login & /api/login endpoints

v2.3.6 - User change account status (activate/deactivate)

30 Nov 11:13
b99f49c
Compare
Choose a tag to compare

Description

Added APIs to activate/deactivate user. (#43 )

Changes

  • PATCH admin/user/:userId/activate
  • PATCH admin/user/:userId/deactivate
  • PATCH api/user/:userId/activate
  • PATCH api/user/:userId/deactivate

v2.3.5

25 Nov 06:21
6e1cdd7
Compare
Choose a tag to compare

Dynamic applications search support in admin search APIs

v2.3.4

10 Nov 05:54
9211815
Compare
Choose a tag to compare

fixes & improvements.