- Added Predis library for Redis connection (no PHP extension required) - Server-side SMS code generation and storage in Redis - Rate limiting and brute-force protection - Integration with n8n webhook for SMS sending - Environment variables moved to .env file - Fixed policy verification endpoint - Added file-based fallback if Redis unavailable
6 lines
59 B
JSON
6 lines
59 B
JSON
{
|
|
"require": {
|
|
"predis/predis": "^3.3"
|
|
}
|
|
}
|