belgie-core 0.3.1__py3-none-any.whl → 0.4.0__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.
belgie_core/core/belgie.py
CHANGED
|
@@ -93,7 +93,7 @@ class Belgie[
|
|
|
93
93
|
adapter: Database adapter for persistence operations
|
|
94
94
|
session_manager: Session manager instance for session operations
|
|
95
95
|
providers: Dictionary of registered OAuth providers keyed by provider_id
|
|
96
|
-
router: FastAPI router with authentication endpoints
|
|
96
|
+
router: FastAPI router with authentication endpoints
|
|
97
97
|
|
|
98
98
|
Example:
|
|
99
99
|
>>> from belgie_core import Belgie, BelgieSettings
|
|
@@ -191,6 +191,7 @@ class Belgie[
|
|
|
191
191
|
|
|
192
192
|
return instance
|
|
193
193
|
|
|
194
|
+
@property
|
|
194
195
|
def router(self) -> APIRouter:
|
|
195
196
|
"""FastAPI router with all provider routes.
|
|
196
197
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
belgie_core/__init__.py,sha256=jiBO0li9yKCVFQq8mzvd3USpcY0q8trFuzrAoGB4niY,1704
|
|
2
2
|
belgie_core/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
belgie_core/core/belgie.py,sha256=
|
|
3
|
+
belgie_core/core/belgie.py,sha256=hXy2Rfjkfz5DB3MlOlgJimHfrKUyICBYRzZxeyMBKV0,14416
|
|
4
4
|
belgie_core/core/client.py,sha256=z-3P6u9SjPG9u6bjtxM0panYlN7mliWLeXb_ENEjbUw,8959
|
|
5
5
|
belgie_core/core/exceptions.py,sha256=KF_pBbw-KJcrn5S6qCTa55YMcwRLETc5vEwXl4EmGwk,340
|
|
6
6
|
belgie_core/core/hooks.py,sha256=mjksSE5YxjD-0WIn_mGIOl6DA_3socxoN1IpIrzo6uU,2993
|
|
@@ -15,6 +15,6 @@ belgie_core/session/manager.py,sha256=XLUyihJTpvcRmsPa2Nidc2GuxyNB7cVhHqPABuZvcX
|
|
|
15
15
|
belgie_core/utils/__init__.py,sha256=dUwKCAKVB2Mr806Ib51uSuafdLa4FzCMGstrzWwoioA,259
|
|
16
16
|
belgie_core/utils/crypto.py,sha256=mtV3HNIWu1hDw7JaKqUWMdWi6_x2crEY5sg49AoUL3U,174
|
|
17
17
|
belgie_core/utils/scopes.py,sha256=OIdI039U7uB9w7Y91QNuY05PBSrtcZz0ruqIY0Fvyik,1598
|
|
18
|
-
belgie_core-0.
|
|
19
|
-
belgie_core-0.
|
|
20
|
-
belgie_core-0.
|
|
18
|
+
belgie_core-0.4.0.dist-info/WHEEL,sha256=iHtWm8nRfs0VRdCYVXocAWFW8ppjHL-uTJkAdZJKOBM,80
|
|
19
|
+
belgie_core-0.4.0.dist-info/METADATA,sha256=xI1FOMmbtaHCkfg6jSu1J_ItcGXgstFxoejlEnMqaUY,333
|
|
20
|
+
belgie_core-0.4.0.dist-info/RECORD,,
|
|
File without changes
|