Implements auth and backend routes
Includes rate limiting and token-based auth
Includes Docker automation
Issues
Other Notes
Auth currently accepts any username/password and returns a valid token
This currently assumes all services are available, so a missing service will generally just raise a timeout error but ideally this should be configured or queried at runtime to raise a more specific exception
Description
Implements
auth
andbackend
routes Includes rate limiting and token-based auth Includes Docker automationIssues
Other Notes