docs: update features list

This commit is contained in:
2024-11-04 05:35:57 +01:00
parent f028e99453
commit eca61959f9
2 changed files with 9 additions and 4 deletions

View File

@@ -36,12 +36,14 @@ Architecture:
It comes with a lot of integrated features, such as: It comes with a lot of integrated features, such as:
- Reverse proxy
- RESTFull API Gateway management - RESTFull API Gateway management
- Domain/host based request routing - Domain/host based request routing
- Multi domain request routing - Multi domain request routing
- Reverse proxy
- Websocket proxy
- Cross-Origin Resource Sharing (CORS) - Cross-Origin Resource Sharing (CORS)
- Backend errors interceptor - Custom Headers
- Backend Errors interceptor
- Authentication middleware - Authentication middleware
- JWT `client authorization based on the result of a request` - JWT `client authorization based on the result of a request`
- Basic-Auth - Basic-Auth
@@ -52,6 +54,7 @@ It comes with a lot of integrated features, such as:
### Todo: ### Todo:
- [ ] Support TLS - [ ] Support TLS
- [ ] Blocklist IP address middleware
- [ ] OAuth authentication middleware — Optional - [ ] OAuth authentication middleware — Optional
- [ ] Distributed Rate Limiting for Token based across multiple instances using Redis - [ ] 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 - [ ] Distributed Rate Limiting for In-Memory client IP based across multiple instances using Redis

View File

@@ -12,12 +12,14 @@ Goma Gateway is a lightweight API Gateway.
It comes with a lot of integrated features, such as: It comes with a lot of integrated features, such as:
- Reverse proxy
- RESTFull API Gateway management - RESTFull API Gateway management
- Domain/host based request routing - Domain/host based request routing
- Multi domain request routing - Multi domain request routing
- Reverse proxy
- Websocket proxy
- Cross-Origin Resource Sharing (CORS) - Cross-Origin Resource Sharing (CORS)
- Backend errors interceptor - Custom Headers
- Backend Errors interceptor
- Authentication middleware - Authentication middleware
- JWT `client authorization based on the result of a request` - JWT `client authorization based on the result of a request`
- Basic-Auth - Basic-Auth