libtimed 0.6.2__tar.gz → 0.6.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libtimed
3
- Version: 0.6.2
3
+ Version: 0.6.3
4
4
  Summary: Library to intreact with timed webapp.
5
5
  Author: Arthur Deierlein
6
6
  Author-email: arthur.deierlein@adfinis.com
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "libtimed"
3
- version = "0.6.2"
3
+ version = "0.6.3"
4
4
  description = "Library to intreact with timed webapp."
5
5
  authors = [
6
6
  "Arthur Deierlein <arthur.deierlein@adfinis.com>",
@@ -139,7 +139,6 @@ class OIDCClient:
139
139
  return now.timestamp() < expires_at
140
140
 
141
141
  def keyring_get(self):
142
- return []
143
142
  return keyring.get_password("system", "libtimed_token_" + self.client_id)
144
143
 
145
144
  def keyring_set(self, token):
File without changes
File without changes