Commit Graph

64 Commits

Author SHA1 Message Date
Alex Holliday
7d3bc7ee8a Delete notifcations when a user is deleted 2024-07-31 12:55:19 -07:00
Alex Holliday
5a1aaf5132 AuthController error handling, cleanup 2024-07-30 13:54:30 -07:00
Alex Holliday
608153b461 Commented out admin check, unsure as to whether or not more than one admin can exist 2024-07-23 14:30:27 -07:00
Alex Holliday
c77414f2d7 Added check to verify and fetch token from server 2024-07-23 12:27:23 -07:00
Alex Holliday
8e6cd0de71 Added verifyAdmin middleware. Implemented getAllUsers route 2024-07-22 11:49:22 -07:00
Alex Holliday
610d9228da Issue invite token and send invitation email on invite request 2024-07-21 20:35:23 -07:00
Alexander Holliday
2c5dc85f81 Merge pull request #396 from bluewave-labs/feat/emails
Removed sendgrid, use emailService for all emails.  Updated env vars,…
2024-07-19 16:39:43 -07:00
Alex Holliday
12e23cb156 Removed sendgrid, use emailService for all emails. Updated env vars, updated scripts 2024-07-19 15:41:06 -07:00
Alex Holliday
428e018aff Add invite endpoint, add validation to invit endpoint 2024-07-19 13:05:38 -07:00
Alex Holliday
4e56db368f Add invite route 2024-07-19 11:11:59 -07:00
Daniel Cojocea
cfc4590170 Added fix 2024-07-16 18:50:44 -04:00
Alex Holliday
f169809692 Fixed token issue 2024-07-16 14:40:37 -07:00
Alex Holliday
61d65f700e Add user to response 2024-07-16 14:23:42 -07:00
Alex Holliday
ce200eeb20 Reset password returns a token 2024-07-16 14:06:51 -07:00
Alex Holliday
b0cbea156c Add check for admin acount 2024-07-12 10:57:39 -07:00
Alex Holliday
5a6cbcd325 Implemented update password functionality 2024-07-10 11:51:27 -07:00
Alex Holliday
48ca591006 Added delete image profile functionality to update user 2024-07-09 10:23:22 -07:00
Alex Holliday
43bac259d7 Generate avatar image on register or update if an image is included 2024-07-08 10:26:56 -07:00
Alexander Holliday
ad26d1ba19 Update authController.js
Removed log statement
2024-07-06 22:19:02 -07:00
MuhammadKhalilzadeh
e7fb6a9e60 small changes 2024-07-06 09:03:09 +03:30
MuhammadKhalilzadeh
30a0cdd11c replace decode with verify 2024-07-06 08:48:58 +03:30
MuhammadKhalilzadeh
4f8031a944 Leveraging JWT for Authenticated Access 2024-07-05 10:19:58 +03:30
MuhammadKhalilzadeh
17337d69b5 small error handling 2024-07-04 11:52:46 +03:30
Mohammad Khalilzadeh
a2e378f1dd Merge branch 'bluewave-labs:master' into backend-completion 2024-07-04 11:18:30 +03:30
Alex Holliday
f97aa1ca8c Return user and Token instead of decoding token. Added transform to not store image in redux store 2024-07-03 12:20:30 -07:00
MuhammadKhalilzadeh
b239aae4ed Merge branch 'backend-completion' of https://github.com/MuhammadKhalilzadeh/bluewave-uptime into backend-completion 2024-07-03 11:10:10 +03:30
Alex Holliday
ec63281202 Return admin account status on check 2024-07-02 10:45:38 -07:00
Alex Holliday
d7d6effdda Add route and controller 2024-07-02 10:38:02 -07:00
MuhammadKhalilzadeh
af0ec810c9 delete functionality working 2024-07-02 12:16:33 +03:30
MuhammadKhalilzadeh
81cd302acc modifications 2024-06-29 11:58:27 +03:30
MuhammadKhalilzadeh
704980045d fixes 2024-06-28 21:02:49 +03:30
MuhammadKhalilzadeh
e11ae4d460 complementary deletions on user delete 2024-06-28 20:13:07 +03:30
MuhammadKhalilzadeh
318b62cd3b fix commit 2024-06-28 13:46:05 +03:30
MuhammadKhalilzadeh
6205a3385e fix commit 2024-06-28 13:35:26 +03:30
MuhammadKhalilzadeh
07ea9c590d add some backend code 2024-06-28 13:30:14 +03:30
Alex Holliday
61a059bf21 Added token TTL env variable with default of 2 hours 2024-06-24 14:12:23 -07:00
Alex Holliday
5da22f4403 Refactored hardcoded error messages to util file. Added logging to job queue 2024-06-14 13:45:45 -07:00
Alexander Holliday
f3de5ce381 Merge pull request #135 from bluewave-labs/feat/http-https-status
Implemented HTTP(s) Request, added add and delete to and from job queue, resolves #134
2024-06-14 12:58:55 -07:00
Alex Holliday
c8bcc59b52 Added docker compose, fixed all file paths, updated readme, fixed Async function bcrypt compare 2024-06-14 12:07:34 -07:00
Alex Holliday
a9ddb27218 Implemented HTTP(s) Request, added add and delete to and from job queue 2024-06-13 13:05:41 -07:00
Alex Holliday
08565c9eda Simplified form control in Login and Register. Fixed registration bug. Throw better errors 2024-06-12 13:30:56 -07:00
Alex Holliday
6ac5f3ab10 Added server side validation 2024-06-11 14:46:39 -07:00
Alex Holliday
a8af106606 Connected set new password to backend 2024-06-11 14:18:20 -07:00
Alex Holliday
d0ec39027b Removed recovery token from validate token response payload 2024-06-11 12:02:35 -07:00
Alex Holliday
324b52adb3 Removed token from recovery request response payload 2024-06-11 12:00:58 -07:00
Alex Holliday
105852aed2 Added frontend howst ENV, updated readme 2024-06-11 11:41:57 -07:00
Alex Holliday
e576514ff8 Added reset password endpoint, updated readme 2024-06-11 10:36:56 -07:00
Alex Holliday
0eda4ceb77 Added route for validating recovery token 2024-06-10 16:07:52 -07:00
Alex Holliday
276dadab66 Added recovery Request route, controller, and DB operations 2024-06-10 15:54:45 -07:00
Alex Holliday
31a18d042d Implemented registering 2024-06-06 13:10:13 -07:00