Is there a way to have access to the authentication logs for homey. I would like to make a parser and an attack procedure for preventing brute force on the login page using Crowdsec.
Authentication is done in the cloud, so you don’t have access to any logs (or can prevent any brute force attacks).
Having the connection to “local secure” I suppose that you do not need internet connection thus no cloud for this.
It just means that your app is using the authentication token that it received from the cloud servers to access your Homey directly through the Web API. Authentication is always done in the cloud, authorization is done locally by matching if the correct token was sent along with the API request.
Thanks, I honestly forgot how it was, this kind of sucks. I would have been nice to make it locally and have the possibility to imply firewall rules to it.
That’s what Athom calls “everything local”
Is there any way to see authentication failed logins even if the authentication is made in the cloud? You could trigger an automatic rule inside your home.
No
ohh well…: