Commit graph

13 commits

Author SHA1 Message Date
292aea3d96 Fixed an issue with "/connect" when the token does not exists. Administration Service is now a package enabling any other services to check the token stored in the database. Removed feedback and volunteer services. 2024-12-22 15:28:30 +01:00
2596c12178 db: Created "connections" table to store tokens. backend: created "/connect" endpoint. 2024-12-22 10:51:28 +01:00
34938cba02 Refactored user-service to use the database. 2024-12-22 00:06:06 +01:00
a8c796b049 service.sh: moved and renamed the script to run any service. Now run any services dynamically, does not output spring and checks for every connexion. 2024-12-21 18:56:43 +01:00
40fe825c09 init.sh: Now generating each application.properties depending on the .env. Each port is now a constant in generated.js 2024-12-21 17:02:38 +01:00
c452198ee9 Moved bash scripts for database management. Added CORS Configuration and using REST API to gather list of roles. 2024-12-21 16:04:16 +01:00
5e5c599338 Added init.sql. Added 'get_roles' REST api. 2024-12-20 09:47:01 +01:00
Lemonochrme
69a48d949f Refactor user authentication to use request and response; implement user login in frontend and remove script.js 2024-12-16 21:22:38 +01:00
Lemonochrme
6a345d0b55 Add CORS configuration to allow cross-origin requests 2024-12-16 18:08:07 +01:00
Lemonochrme
f9c4ca5033 Fixed cors issue with front end hehe 2024-12-16 18:08:07 +01:00
Lemonochrme
49c69016cc Implement administration and feedback services with request validation, rejection, and feedback management 2024-12-16 18:08:07 +01:00
Lemonochrme
a1dbde5a91 Add frontend and backend user management features with authentication 2024-12-16 16:48:51 +01:00
Lemonochrme
4c5cd27b87 Refactored 2024-12-16 16:07:26 +01:00