Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(api): Implement rate limiting for refresh token endpoint
- Added rate limiting middleware to enforce usage limits based on IP address. - Allowed up to 150 requests every 5 minutes per IP address.
- Loading branch information