docs: update features list
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user