From eca61959f94c5c227bad663e1c520c07c6a2ee5e Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Mon, 4 Nov 2024 05:35:57 +0100 Subject: [PATCH] docs: update features list --- README.md | 7 +++++-- docs/index.md | 6 ++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18d9222..b6768de 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,14 @@ Architecture: It comes with a lot of integrated features, such as: -- Reverse proxy - RESTFull API Gateway management - Domain/host based request routing - Multi domain request routing +- Reverse proxy +- Websocket proxy - Cross-Origin Resource Sharing (CORS) -- Backend errors interceptor +- Custom Headers +- Backend Errors interceptor - Authentication middleware - JWT `client authorization based on the result of a request` - Basic-Auth @@ -52,6 +54,7 @@ It comes with a lot of integrated features, such as: ### Todo: - [ ] Support TLS + - [ ] Blocklist IP address middleware - [ ] OAuth authentication middleware — Optional - [ ] Distributed Rate Limiting for Token based across multiple instances using Redis - [ ] Distributed Rate Limiting for In-Memory client IP based across multiple instances using Redis diff --git a/docs/index.md b/docs/index.md index a3e34a5..20e0844 100644 --- a/docs/index.md +++ b/docs/index.md @@ -12,12 +12,14 @@ Goma Gateway is a lightweight API Gateway. It comes with a lot of integrated features, such as: -- Reverse proxy - RESTFull API Gateway management - Domain/host based request routing - Multi domain request routing +- Reverse proxy +- Websocket proxy - Cross-Origin Resource Sharing (CORS) -- Backend errors interceptor +- Custom Headers +- Backend Errors interceptor - Authentication middleware - JWT `client authorization based on the result of a request` - Basic-Auth