Commit Graph

51 Commits

Author SHA1 Message Date
2b449e61ea add OTP email sending functionality and integrate with user authentication flow 2025-04-20 22:19:08 +03:00
cf8cf08bdc add client relation btw user and client 2025-03-27 01:55:26 +03:00
b5469cb316 add project in the token 2025-03-20 09:42:28 +03:00
f97b02fdfa Fix user sign-up logic to correctly handle inactive users 2025-02-05 08:09:21 -06:00
a92497603f Check user active status before sign-up and invite 2025-02-04 01:56:56 -06:00
dc23cce89a Add platform type to user login and enforce access restrictions 2025-01-28 19:41:03 -06:00
6dd6c79d87 Add app agreement acceptance check and validation 2025-01-22 00:34:47 -06:00
97da38e31d Add user active check and improve error handling in auth services 2025-01-04 20:06:44 -06:00
53a474d5cf Add RoleService to AuthModule and UserAuthService 2024-12-23 01:37:46 -06:00
64027d3a16 Add permission and role management features 2024-12-16 00:19:14 -06:00
019e777f60 otp fix 2024-10-31 09:14:18 +03:00
ccf3e34fbf changed date string to iso 2024-10-27 15:47:39 +03:00
fa35c2c60c fixed forgot password 2024-10-21 14:44:39 +03:00
f165e8ce3a fixed forgot password 2024-10-21 14:18:31 +03:00
972e1423f5 Merge pull request #110 from SyncrowIOT/exception-handling-in-controllers
Exception handling in controllers
2024-10-08 10:57:26 +03:00
69d2aece43 remove unused imports 2024-10-07 18:28:06 -05:00
d0fd95818f Merge pull request #88 from SyncrowIOT/feature/google-login
added google login
2024-10-07 09:13:00 +03:00
500ca23fba added exception filter and removed controller error handling 2024-10-06 11:04:25 +03:00
c0c41cf91d google login done 2024-10-01 16:52:42 +03:00
2b9788eff7 refactor delete user endpoint 2024-09-30 02:10:41 -05:00
eebb676dc8 added otp handling user 2024-09-12 16:32:26 +03:00
21d31538be added otp handling user 2024-09-12 16:31:15 +03:00
bc0a8627c4 added google login 2024-08-24 13:09:21 +03:00
eb7d294471 added cooldown with OTP 2024-08-21 14:25:06 +03:00
95a315db8f added otp limiter 2024-08-21 11:22:08 +03:00
2581137f8b added otp limiter 2024-08-21 11:19:19 +03:00
72679fcfe8 merged with dev 2024-08-21 11:16:05 +03:00
1f6364fc5c Merge branch 'dev' into create-vistor-password 2024-08-12 12:57:29 +03:00
613f9de731 Refactor email sending method name to improve clarity 2024-08-11 19:45:11 +03:00
dc9e74bdaf error handling for login 2024-08-11 15:58:06 +03:00
d69634335f Merge pull request #77 from SyncrowIOT/SP-342-implement-region-end-point-in-the-login
error handling for login
2024-08-11 15:40:30 +03:00
f27d84bd01 error handling for login 2024-08-11 15:39:58 +03:00
6b425eba6f error handling for login 2024-08-11 15:32:20 +03:00
a173e43610 Merge pull request #76 from SyncrowIOT/SP-340-implement-send-otp-endpoint
added check if OPT is verification
2024-08-11 14:33:10 +03:00
9c58bb8b25 added check if OPT is verification 2024-08-11 14:29:13 +03:00
d7ad33cc68 Merge pull request #74 from SyncrowIOT/SP-342-implement-region-end-point-in-the-login
added region to login
2024-08-11 14:23:53 +03:00
176276ef05 merged with dev 2024-08-11 14:19:02 +03:00
53799583bb removed region from otp on no regionuuid 2024-08-11 11:46:23 +03:00
0d852cf0d1 added cooldown to data 2024-08-11 10:56:47 +03:00
a899633d8c added default region in otp 2024-08-09 19:30:06 +03:00
458fa1f66e added region to login 2024-08-09 19:27:51 +03:00
be8152bad9 otp check if user is verified 2024-08-09 18:57:17 +03:00
9667625562 otp check if user exists in region 2024-08-09 18:54:53 +03:00
842e64a4d1 otp cooldown 2024-08-09 18:44:28 +03:00
8f761168b4 changed entity and type structure 2024-08-03 23:50:49 +03:00
cab86dbd69 Remove unused import of RoleType enum in UserAuthService 2024-05-18 23:10:29 +03:00
6415d78992 Remove USER role 2024-05-18 23:00:22 +03:00
1dcb0a3052 Add UserRoleRepository and RoleTypeRepository imports 2024-05-06 19:10:24 +03:00
fbdf187ee1 SPRINT-1 related tasks done 2024-04-17 18:52:58 +05:30
37316fd9e6 Refactor OTP deletion in UserAuthService 2024-03-25 13:36:34 +03:00