Commit Graph

8 Commits

Author SHA256 Message Date
7698cb95ff - update: docker compose will now restart the service on failure 2024-12-21 13:23:44 -05:00
18afa71d74 - add: logout grpc function
- add: logout packet handler
- add: connection state and service for storing connection data
- add: session service calls to auth-service
- fix: compile error on database service due to moved redis cache
2024-12-20 14:46:00 -05:00
9735b59598 - fix: consul.json file encoding 2024-12-18 01:05:03 -05:00
fd358d3c27 - update: docker-compose.yml
- update: Register page to have better error feedback
2024-12-17 21:38:33 -05:00
9c61b1b3f2 - add: frontend webpage for login/register 2024-12-17 17:03:55 -05:00
c67cdd5b2a - fix: issue where login failed to return the user if their role was null
- add: register route for api-service
- update: spawn a thread for the rest api in the api service
2024-12-17 04:06:56 -05:00
267422adb4 - add: database schema
- add: ability to delete keys from RedisCache
- update: docker compose to init the database with the schema
2024-12-17 01:54:46 -05:00
277d25a820 - add: docker-compose.yml to run the services
- add: .env.example for the config for docker
2024-12-15 01:50:55 -05:00