Commit Graph

13 Commits

Author SHA1 Message Date
6071d1180b Adding services routes 2024-04-14 19:53:16 +00:00
3a7e065ba0 Updating backend
- Added database self check
- Added more @me handlers
- Fixed issues
2024-03-31 22:31:05 +02:00
82486c68e7 adding @me /:userId/roles 2024-03-31 20:12:51 +00:00
d93bfe333d Updated backend
- Added better anti DoS protection
- Added better security measures (HTTP headers, etc.)
- Added TLS support
- Added support for configurable rate limiting
- Added default 404 and error handling
- Updated proxy settings
- Updated env naming
2024-03-31 20:50:58 +02:00
abd6f6747f Added @me endpoint support 2024-03-24 11:40:35 +01:00
4fbc9819e8 Role update
- Added verify status to user login
- Added option to disable email verification
- Added roles route
- Added role management to users
2024-03-24 11:14:03 +01:00
6452ec2dba Fixed API issues and added a test file 2024-03-11 12:19:19 +01:00
6d941b7bf1 Moved '/:userId' endpoints priority 2024-03-09 14:30:27 +01:00
323e934cd7 Second part of backend rework
- Improved consistency in routes
- Fixed permission issues
- Added new endpoints
- Fixed some issues
- SQL: Switched status to ENUM
- SQL: Changed rooms table
- SQL: Added unique constraints
2024-02-26 16:07:09 +01:00
ab72bf2593 Improved consistency and fixed veriFyToken function 2024-02-26 11:14:05 +01:00
78523d4e8d Fixes and new endpoints
- Fixed doctor and patient PUT queries
- Added patient register
- Added doctor register
- Added email verification check middleware
- Added verified status to doctor table
2024-02-26 11:02:49 +01:00
0ddbc437b9 First part of backend rework
- Added the base data structure for the new database
- Added the new routes for the new database
- Reworked the users endpoints
2024-02-26 10:20:29 +01:00
0a6f100685 Fork of airjet using bun and ES6 2023-11-21 19:15:23 +01:00