[Tesla] Add SSO handler to authenticate against Tesla SSO service (#10259)

Signed-off-by: Christian Güdel <cg@dmesg.ch>
This commit is contained in:
Christian Güdel
2021-03-01 15:19:10 +01:00
committed by GitHub
parent 9c112a9a1d
commit 62e829f968
14 changed files with 502 additions and 313 deletions

View File

@@ -14,4 +14,13 @@
<name>openHAB Add-ons :: Bundles :: Tesla Binding</name>
<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.8.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>