open-edison 0.1.38__py3-none-any.whl → 0.1.39__py3-none-any.whl
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.
- oauth_manager.py +1 -1
- {open_edison-0.1.38.dist-info → open_edison-0.1.39.dist-info}/METADATA +1 -1
- {open_edison-0.1.38.dist-info → open_edison-0.1.39.dist-info}/RECORD +6 -6
- {open_edison-0.1.38.dist-info → open_edison-0.1.39.dist-info}/WHEEL +0 -0
- {open_edison-0.1.38.dist-info → open_edison-0.1.39.dist-info}/entry_points.txt +0 -0
- {open_edison-0.1.38.dist-info → open_edison-0.1.39.dist-info}/licenses/LICENSE +0 -0
oauth_manager.py
CHANGED
@@ -7,6 +7,7 @@ Provides detection, token management, and authentication flow coordination.
|
|
7
7
|
|
8
8
|
import asyncio
|
9
9
|
from dataclasses import dataclass
|
10
|
+
from datetime import datetime, timedelta
|
10
11
|
from enum import Enum
|
11
12
|
from pathlib import Path
|
12
13
|
|
@@ -137,7 +138,6 @@ class OAuthManager:
|
|
137
138
|
expires_in = getattr(existing_tokens, "expires_in", None)
|
138
139
|
if expires_in:
|
139
140
|
# If expires_in is available, we can calculate expiration
|
140
|
-
from datetime import datetime, timedelta
|
141
141
|
|
142
142
|
expiry = datetime.now() + timedelta(seconds=expires_in)
|
143
143
|
token_expires_at = expiry.isoformat()
|
@@ -4,7 +4,7 @@ cli.py,sha256=P38IWER41S5oAfbd_7p89hBpnjClsNHpmE5pSsJc6uU,9733
|
|
4
4
|
config.py,sha256=RSsAYzl8cj6eaDN1RORMcfKKWBcp4bKTQp2BdhAL9mg,10258
|
5
5
|
config.pyi,sha256=FgehEGli8ZXSjGlANBgMGv5497q4XskQciOc1fUcxqM,2033
|
6
6
|
events.py,sha256=aFQrVXDIZwt55Dz6OtyoXu2yi9evqo-8jZzo3CR2Tto,4965
|
7
|
-
oauth_manager.py,sha256=
|
7
|
+
oauth_manager.py,sha256=W9QSo0vfGDQ_i-QWCngkv7YLSL3Rk5jfPmqjU1J2rnU,9911
|
8
8
|
permissions.py,sha256=NGAnlG_z59HEiVA-k3cYvwmmiuHzxuNb5Tbd5umbL00,10483
|
9
9
|
server.py,sha256=cnO5bgxT-lrfuwk9AIvB_HBV8SWOtFClfGUn5_zFWyo,45652
|
10
10
|
single_user_mcp.py,sha256=rJrlqHcIubGkos_24ux5rb3OoKYDzvagCHghhfDeXTI,18535
|
@@ -15,8 +15,8 @@ frontend_dist/assets/index-BUUcUfTt.js,sha256=awoyPI6u0v6ao2iarZdSkrSDUvyU8aNkML
|
|
15
15
|
frontend_dist/assets/index-o6_8mdM8.css,sha256=nwmX_6q55mB9463XN2JM8BdeihjkALpQK83Fc3_iGvE,15936
|
16
16
|
middleware/data_access_tracker.py,sha256=bArBffWgYmvxOx9z_pgXQhogvnWQcc1m6WvEblDD4gw,15039
|
17
17
|
middleware/session_tracking.py,sha256=5W1VH9HNqIZeX0HNxDEm41U4GY6SqKSXtApDEeZK2qo,23084
|
18
|
-
open_edison-0.1.
|
19
|
-
open_edison-0.1.
|
20
|
-
open_edison-0.1.
|
21
|
-
open_edison-0.1.
|
22
|
-
open_edison-0.1.
|
18
|
+
open_edison-0.1.39.dist-info/METADATA,sha256=xCXSMsOP0Tn_T1x3QzU4YVgOodONGsr4U1JyCE7F6FI,13152
|
19
|
+
open_edison-0.1.39.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
20
|
+
open_edison-0.1.39.dist-info/entry_points.txt,sha256=qUjYGPEfqSQyra9dTe1aRvHVAAzLzoNvZqNDk1t75IA,163
|
21
|
+
open_edison-0.1.39.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
22
|
+
open_edison-0.1.39.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|