Nexom 1.0.1__py3-none-any.whl → 1.0.3__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.
- nexom/app/auth.py +3 -2
- {nexom-1.0.1.dist-info → nexom-1.0.3.dist-info}/METADATA +1 -1
- {nexom-1.0.1.dist-info → nexom-1.0.3.dist-info}/RECORD +7 -7
- {nexom-1.0.1.dist-info → nexom-1.0.3.dist-info}/WHEEL +0 -0
- {nexom-1.0.1.dist-info → nexom-1.0.3.dist-info}/entry_points.txt +0 -0
- {nexom-1.0.1.dist-info → nexom-1.0.3.dist-info}/licenses/LICENSE +0 -0
- {nexom-1.0.1.dist-info → nexom-1.0.3.dist-info}/top_level.txt +0 -0
nexom/app/auth.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
from __future__ import annotations
|
|
3
3
|
|
|
4
4
|
from dataclasses import dataclass
|
|
5
|
-
from typing import Optional
|
|
5
|
+
from typing import Optional
|
|
6
6
|
import secrets
|
|
7
7
|
import time
|
|
8
8
|
import hashlib
|
|
@@ -210,7 +210,8 @@ class AuthClient:
|
|
|
210
210
|
# --------------------
|
|
211
211
|
|
|
212
212
|
class AuthDBM(DatabaseManager):
|
|
213
|
-
|
|
213
|
+
|
|
214
|
+
# override
|
|
214
215
|
def _init(self) -> None:
|
|
215
216
|
self.execute_many(
|
|
216
217
|
[
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
nexom/__init__.py,sha256=V6US1i4gO-EOWsoHEgxzwbkrLPnzPhSn6TYue3uVsBA,367
|
|
2
2
|
nexom/__main__.py,sha256=VKT7WSe6552_mzwLwJqa55tfag5Olr28eYVhVnf9kWY,6196
|
|
3
3
|
nexom/app/__init__.py,sha256=meq2MgHUNgcjVn4V3dzm52EIlrGeIdNS-09sGLhita4,1090
|
|
4
|
-
nexom/app/auth.py,sha256=
|
|
4
|
+
nexom/app/auth.py,sha256=iwaFIXjiwjkVFRGtDFUoQ2dK9aUeP-uxQF5xwd4vCTE,10020
|
|
5
5
|
nexom/app/cookie.py,sha256=VCau9i8z6QlkaE_s8gKZXjcFtrV2bX1T4xssNtpJ5A0,2026
|
|
6
6
|
nexom/app/db.py,sha256=gUJOlUJqDaHCYU5JkzGV_wf_OTvFlqDWvM7vJDNVulY,2816
|
|
7
7
|
nexom/app/http_status_codes.py,sha256=R4ka3n4rijqvfahF5n5kS-Qrg8bZSsrvF8lGnpKWAgY,1934
|
|
@@ -48,9 +48,9 @@ nexom/core/log.py,sha256=q0FYz1-kkTUHvNkEBW5V1zvUv1phMYchOqwAfUXGHQI,3016
|
|
|
48
48
|
nexom/core/object_html_render.py,sha256=4yT3Aihia4oG62gr1rqZd757wEXsu78mTCCpjpVE7JM,7027
|
|
49
49
|
nexom/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
50
50
|
nexom/templates/auth.py,sha256=eWThgPR4E7y7YFcQ6rFZaO6yPKGL2zIbBC4SuzQ5M44,2332
|
|
51
|
-
nexom-1.0.
|
|
52
|
-
nexom-1.0.
|
|
53
|
-
nexom-1.0.
|
|
54
|
-
nexom-1.0.
|
|
55
|
-
nexom-1.0.
|
|
56
|
-
nexom-1.0.
|
|
51
|
+
nexom-1.0.3.dist-info/licenses/LICENSE,sha256=YbcHyxYLJ5jePeMS_NXpR9yiZjP5skhn32LvcKeknJw,1066
|
|
52
|
+
nexom-1.0.3.dist-info/METADATA,sha256=NMXmpx_gRTOhGrdtRcb9-lh1k83QCS77JWM-NPAKrYw,5856
|
|
53
|
+
nexom-1.0.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
54
|
+
nexom-1.0.3.dist-info/entry_points.txt,sha256=0r1egKZmF1MUo25AKPt-2d55sk5Q_EIBOQwD3JC8RgI,46
|
|
55
|
+
nexom-1.0.3.dist-info/top_level.txt,sha256=mTyUruscL3rqXvYJRo8KGwDM6PWXRzgf4CamLr8LSX4,6
|
|
56
|
+
nexom-1.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|