diff --git a/README.md b/README.md index 6c60dc4..644874e 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ - [FastAPI Simple Security](https://github.com/mrtolkien/fastapi_simple_security) - Out-of-the-box API key security manageable through path operations. - [FastAPI Users](https://github.com/fastapi-users/fastapi-users) - Account management, authentication, authorization. +### CyberSecurity + +- [FastAPI Guard](https://github.com/rennf93/fastapi-guard) - Rate Limiting, Automatically Ban IPs, Penetration Attack Detection, Whitelist/blacklist (countries, IPs, Cloud Providers), User Agent Filtering, Geolocation, Redis integration for persistence, and more. + ### Databases #### ORMs