Releases: Samagra-Development/user-service
Releases · Samagra-Development/user-service
v2.4.3
- Added support for login with OTP for fluent otp-based registration/login.
v2.4.2
Removed specific Esamwad service health check
v2.4.1
Dependencies upgrades done
v2.4.0
- Validating if user exists in DB or not before sending OTP
v2.3.9
BUG FIX: GET /api/user/:userId
fixed for query string error causing wrong user set retrieval
v2.3.8
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
- 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)
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
Dynamic applications search support in admin search APIs