stianaske / pybotvac

Python module for interacting with Neato Botvac Connected vacuum robots.
MIT License
84 stars 44 forks source link

Added token authentication #43

Closed rogora closed 3 years ago

rogora commented 5 years ago

With this pull request I'd like to add token authentication. If you have a valid authentication token obtained from a previous login, it is not necessary to perform the login again. Also, it's not necessary for an application using this library to store the user's credentials, as also discussed in issue #6 .

fermulator commented 4 years ago

@stianaske , we might consider this PR stale and close it for now; if @rogora or someone else would like to implement, I think it is worth thinking through the solution a bit

  1. Requirements
  2. PoCs
  3. Design
  4. Implementation