StefanIndustries / node-asuswrt

API wrapper for Asus WRT routers/access points
GNU General Public License v3.0
5 stars 2 forks source link

Handle session lockout after several failed login attempts #2

Closed StefanIndustries closed 1 year ago

StefanIndustries commented 1 year ago

Login method can fail when several attempts to login have been tried. The router refuses all requests for login for a small period even though credentials might be correct.

Response from /login.cgi when lockout is happening:

{ error_status: '7', remaining_lock_time: '107' }

StefanIndustries commented 1 year ago

Duplicate of #1