docs: add access policy middleware

This commit is contained in:
2024-12-09 15:59:59 +01:00
parent 7116528ad7
commit 0fc5ef52ff
7 changed files with 44 additions and 6 deletions

View File

@@ -74,6 +74,9 @@ It's designed to be straightforward and efficient, offering a rich set of featur
- **Authentication Middleware**
- Support for **JWT** with client authorization based on request results.
- **Basic-Auth** and **OAuth** authentication mechanisms.
- **Access Policy Middleware**
The Access Policy middleware controls route access by either `allowing` or `denying` requests based on defined rules.
### Monitoring and Performance
- **Logging**