appkit-user 1.2.2__tar.gz → 1.2.4__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.
- {appkit_user-1.2.2 → appkit_user-1.2.4}/PKG-INFO +1 -1
- {appkit_user-1.2.2 → appkit_user-1.2.4}/pyproject.toml +1 -1
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/templates.py +1 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/pages.py +2 -1
- {appkit_user-1.2.2 → appkit_user-1.2.4}/.gitignore +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/README.md +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/docs/user_manager.png +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/entities.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/models.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/oauth_service.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/oauthstate_repository.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/user_repository.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/user_session_repository.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/components/__init__.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/components/components.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/decorators.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/pages.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/states.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/configuration.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/components/__init__.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/components/user.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/components/user_profile.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/states/__init__.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/states/profile_states.py +0 -0
- {appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/states/user_states.py +0 -0
|
@@ -92,6 +92,7 @@ def create_profile_page(
|
|
|
92
92
|
navbar: rx.Component,
|
|
93
93
|
route: str = "/profile",
|
|
94
94
|
title: str = "Profil",
|
|
95
|
+
**kwargs,
|
|
95
96
|
) -> Callable:
|
|
96
97
|
"""Create the profile page with authentication.
|
|
97
98
|
|
|
@@ -294,7 +295,7 @@ def create_profile_page(
|
|
|
294
295
|
),
|
|
295
296
|
class_name="w-full gap-4 flex-col md:flex-row",
|
|
296
297
|
),
|
|
297
|
-
|
|
298
|
+
**kwargs,
|
|
298
299
|
)
|
|
299
300
|
|
|
300
301
|
return _profile_page
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/oauth_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/backend/user_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/components/__init__.py
RENAMED
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/authentication/components/components.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/components/user_profile.py
RENAMED
|
File without changes
|
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/states/profile_states.py
RENAMED
|
File without changes
|
{appkit_user-1.2.2 → appkit_user-1.2.4}/src/appkit_user/user_management/states/user_states.py
RENAMED
|
File without changes
|