-
Notifications
You must be signed in to change notification settings - Fork 0
Labels
taskSome unit of work to be doneSome unit of work to be done
Description
Gateway: Forwarding requests to services
What to Do
- Implement wildcard route for request forwarding to backend services
- Authenticate current user and prepend user data in request.
- Provide 401 Unauthorized API response HTTP code if user is not authenticated.
- Provide 404 Not Found API response HTTP code if service does not exist.
General Requirements
- Ensure requests get routed to the correct backend service.
- Standardise user data format to be passed on to the services.
- Provide unit tests.
Sub-issues
Metadata
Metadata
Labels
taskSome unit of work to be doneSome unit of work to be done