[myq] Switch to using oAuth for logins (#11183)
* change MyQ binding to use now required oAuth for authentication Signed-off-by: Dan Cunningham <dan@digitaldan.com> * Clean up error handling Signed-off-by: Dan Cunningham <dan@digitaldan.com> * Cleanup checkstyle errors Signed-off-by: Dan Cunningham <dan@digitaldan.com> * missing newline Signed-off-by: Dan Cunningham <dan@digitaldan.com> * Remove unused classes Signed-off-by: Dan Cunningham <dan@digitaldan.com> * Add token listener Signed-off-by: Dan Cunningham <dan@digitaldan.com> * add a redirect limit...just in case Signed-off-by: Dan Cunningham <dan@digitaldan.com> * Don't resue the oAuth service if we have been disosed or its closed. Reduce logging verbosity. Signed-off-by: Dan Cunningham <dan@digitaldan.com> * Force login if we get a 401 response Signed-off-by: Dan Cunningham <dan@digitaldan.com>
This commit is contained in:
@@ -14,4 +14,12 @@
|
||||
|
||||
<name>openHAB Add-ons :: Bundles :: MyQ Binding</name>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.jsoup</groupId>
|
||||
<artifactId>jsoup</artifactId>
|
||||
<version>1.8.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user