-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Azizul Hakim edited this page Nov 1, 2024
·
4 revisions
nestjs-xsecurity is a robust security middleware for NestJS applications that provides token validation, rate limiting, and path exclusion capabilities. It's designed to be easy to integrate while offering powerful security features for your APIs.
-
Token-based Security
- HMAC-SHA256 signature validation
- Configurable token expiration
- Custom header support
-
Rate Limiting
- IP-based request throttling
- Configurable attempt limits
- Automatic cleanup of expired records
-
Path Control
- Exclude specific routes
- Support for wildcards and patterns
- RegExp compatibility
- New to nestjs-xsecurity? Start with our Installation guide
- Ready to implement? Check the Quick Start Guide
- Need detailed information? See Configuration Options
- Having issues? Check Troubleshooting
If you encounter any issues or have questions, please check our Troubleshooting guide or create an issue in our GitHub repository.
This middleware is built with ❤️ for the NestJS community.
Copyright 2024, @AHS12 All Right Reserved