ποΈ Log in to the system
Authenticates a user and returns a Bearer token for subsequent requests.
ποΈ Log out of the current session
Invalidates the current session token and logs the user out.
ποΈ Check if default password is in use
Returns whether the device is currently using the default password. If true, the
ποΈ Set a new password
Sets a new secure password.
ποΈ Get banned IP address list
Returns the list of IP addresses banned from logging in, along with the remaining ban time for each.
ποΈ Ban IP addresses from login
Adds the specified IP addresses to the login ban list. Entries can be removed with `POST /security/banlist` or `DELETE /security/banlist`.
ποΈ Remove IP addresses from login ban list
Removes the specified IP addresses from the login ban list.
ποΈ Clear all banned IP addresses
Clears the entire login ban list, removing all banned IP addresses.
ποΈ Get login IP whitelist
Returns the list of IP addresses whitelisted for login access.
ποΈ Add IP addresses to whitelist
Adds the specified IP addresses to the login whitelist.
ποΈ Remove IP addresses from login whitelist
Removes the specified IP addresses from the login whitelist.
ποΈ Clear all whitelisted IP addresses
Clears the entire login whitelist, removing all IP addresses.