Skip to content

Add API rate limiting and environment variable support - #1

Merged
Robersan2212 merged 1 commit into
mainfrom
feature/rate-limiting
Apr 9, 2026
Merged

Add API rate limiting and environment variable support#1
Robersan2212 merged 1 commit into
mainfrom
feature/rate-limiting

Conversation

@Robersan2212

Copy link
Copy Markdown
Collaborator
  • Updated .gitignore to include environment variable files.
  • Enhanced docker-compose.yml to support API rate limit configuration.
  • Added slowapi dependency for rate limiting.
  • Modified config.py to load environment variables for rate limiting.
  • Implemented rate limiting in email and payment routes.
  • Added exception handler for rate limit exceeded responses.
  • Updated API documentation to include rate limiting details.
  • Removed obsolete test for rate limit handling in payments API.

- Updated `.gitignore` to include environment variable files.
- Enhanced `docker-compose.yml` to support API rate limit configuration.
- Added `slowapi` dependency for rate limiting.
- Modified `config.py` to load environment variables for rate limiting.
- Implemented rate limiting in email and payment routes.
- Added exception handler for rate limit exceeded responses.
- Updated API documentation to include rate limiting details.
- Removed obsolete test for rate limit handling in payments API.
@Robersan2212
Robersan2212 merged commit 2071f95 into main Apr 9, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant