- 06 Mar, 2023 1 commit
-
-
dependabot[bot] authored
Bumps [minimist](https://github.com/minimistjs/minimist) to 1.2.7 and updates ancestor dependencies [minimist](https://github.com/minimistjs/minimist), [@nestjs/cli](https://github.com/nestjs/nest-cli) and [commitizen](https://github.com/commitizen/cz-cli). These dependencies need to be updated together. Updates `minimist` from 1.2.5 to 1.2.7 - [Release notes](https://github.com/minimistjs/minimist/releases) - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.7) Updates `@nestjs/cli` from 8.1.1 to 8.2.8 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json) - [Commits](https://github.com/nestjs/nest-cli/compare/8.1.1...8.2.8) Updates `commitizen` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/commitizen/cz-cli/releases) - [Commits](https://github.com/commitizen/cz-cli/compare/v4.2.4...v4.3.0 ) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect - dependency-name: "@nestjs/cli" dependency-type: direct:development - dependency-name: commitizen dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 20 Feb, 2023 2 commits
-
-
Abhishek Mishra authored
SendOTP: verifying from db if user exists or not before sending OTP i…
-
Abhishek Mishra authored
SendOTP: verifying from db if user exists or not before sending OTP if x-application-id header is passed
-
- 16 Feb, 2023 2 commits
-
-
Abhishek Mishra authored
Update Jenkinsfile
-
Tushar authored
-
- 15 Feb, 2023 2 commits
-
-
Abhishek Mishra authored
Update Jenkinsfile
-
Tushar authored
-
- 01 Feb, 2023 2 commits
-
-
Abhishek Mishra authored
Merge pull request #54 from Samagra-Development/53-be-get-apiuseruserid-is-responding-with-wrong-result-set BUG FIX; GET /api/user/:userId had wrong query specified causing wron…
-
Abhishek Mishra authored
BUG FIX; GET /api/user/:userId had wrong query specified causing wrong results getting retrieved [#53]
-
- 05 Jan, 2023 2 commits
-
-
Abhishek Mishra authored
Password reset APIs (OTP based)
-
Abhishek Mishra authored
- POST `/api/changePassword/sendOTP` - PATCH `/api/changePassword/update`
-
- 28 Dec, 2022 3 commits
-
-
Abhishek Mishra authored
User Login: strict validation for application id match in registrations
-
Abhishek Mishra authored
User Login: restricting user login if registration doesn't match with the current application-id passed
-
Abhishek Mishra authored
GET /health api
-
- 20 Dec, 2022 1 commit
-
-
Abhishek Mishra authored
-
- 30 Nov, 2022 5 commits
-
-
Abhishek Mishra authored
User change account status (activate/deactivate)
-
Abhishek Mishra authored
-
Abhishek Mishra authored
Generic APIs:User/Activate|Deactivate: `PATCH api/user/:userId/activate` & `PATCH api/user/:userId/deactivate` endpoints
-
Abhishek Mishra authored
Admin/User/Activate|Deactivate: `PATCH admin/user/:userId/activate` & `PATCH admin/user/:userId/deactivate` endpoints
-
Abhishek Mishra authored
-
- 25 Nov, 2022 2 commits
-
-
Abhishek Mishra authored
Admin/User/Search: dynamic application search
-
Abhishek Mishra authored
Admin/User/Search: added (backward compatible) support to configure the search API pick application IDs from env variable
-
- 10 Nov, 2022 2 commits
-
-
Abhishek Mishra authored
User/Login: bug fix for the conditional check for application Ids for encryption
-
Abhishek Mishra authored
-
- 09 Nov, 2022 6 commits
-
-
Chakshu Gautam authored
-
Abhishek Mishra authored
-
Abhishek Mishra authored
-
Abhishek Mishra authored
-
Abhishek Mishra authored
-
Chakshu Gautam authored
-
- 08 Nov, 2022 1 commit
-
-
Abhishek Mishra authored
-
- 04 Nov, 2022 2 commits
-
-
Chakshu Gautam authored
Admin/UserUpdate: support added to patch user's registration on FA & Hasura
-
Abhishek Mishra authored
-
- 03 Nov, 2022 5 commits
-
-
Abhishek Mishra authored
-
Abhishek Mishra authored
AdminUserUpdate: added generic support to update Hasura tables via mutations defined in environment variables
-
Abhishek Mishra authored
-
Abhishek Mishra authored
UserRegistration: support added to patch user's registration in `PATCH /admin/updateUser/:userId` request
-
Abhishek Mishra authored
-
- 08 Oct, 2022 1 commit
-
-
Chakshu Gautam authored
-
- 07 Oct, 2022 1 commit
-
-
Saurabh authored
-