Releases: daycry/restserver
Releases · daycry/restserver
v5.0.0
v4.0.21
Full Changelog: v4.0.20...v4.0.21
v4.0.20
v4.0.18
v4.0.17
Full Changelog: v4.0.16...v4.0.17
- Change RestServer config file
** Add **
/*
|--------------------------------------------------------------------------
| Enable block Invalid Attempts
|--------------------------------------------------------------------------
|
| IP blocking on consecutive failed attempts
|
*/
public $restEnableInvalidAttempts = true;
public $restInvalidAttemptsTable = 'restserver_attempts';
public $restMaxAttempts = 3;
public $restTimeBlocked = 3600;
And run migrate command.
php spark migrate --all
v4.0.16
v4.0.15
v4.0.14
Full Changelog: v4.0.13...v4.0.14
v4.0.13
- Filter params in validation method
Full Changelog: v4.0.12...v4.0.13