Commit f47d313
committed
Integrate Cloudflare Turnstile for CAPTCHA verification across authentication flows
- Added TurnstileCaptcha component for handling CAPTCHA verification.
- Updated login, registration, and account management pages to include CAPTCHA validation.
- Implemented rate limiting middleware to prevent abuse on login and registration endpoints.
- Refactored Swal import to use dynamic import for better performance.
- Enhanced shared links and editor components with improved error handling and user feedback.
- Updated environment variable configurations for Turnstile integration.
- Added example .env files for frontend and backend services to include new Turnstile and rate limiting settings.1 parent c3dae3b commit f47d313
43 files changed
Lines changed: 2031 additions & 1130 deletions
File tree
- Backend
- Genai
- Login
- config
- middlewares
- models
- smtp
- utils
- TempFile
- Frontend
- src
- components
- pages
- routes
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments