Hello, I am using your work and I noticed something.
When I use curl or postman for the url of login of the bbox. They return to me a 201. Currently the login method tests the status code with the value 200. It raise an error that can be fixed by replacing 200 by 201
bbox: F@st 5688b
if response.status_code == 200:
self.bbox_auth.set_cookie_id(None)
return not self.bbox_auth.is_authentified()