django-clerk-users 0.1.3__tar.gz → 0.1.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.
- django_clerk_users-0.1.4/.claude/skills/gh-issues/SKILL.md +64 -0
- django_clerk_users-0.1.4/.claude/skills/release/SKILL.md +50 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/PKG-INFO +1 -1
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/pyproject.toml +1 -1
- django_clerk_users-0.1.4/src/django_clerk_users/admin.py +64 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/.flake8 +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/.github/workflows/main.yaml +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/.gitignore +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/.pre-commit-config.yaml +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/.python-version +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/CLAUDE.md +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/HYBRID_AUTH.md +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/LICENSE +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/README.md +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/README.md +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/TESTING.md +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/.env.example +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/.gitignore +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/admin.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/apps.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/migrations/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/models.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/tests.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/urls.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/api/views.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/backend/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/backend/asgi.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/backend/settings.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/backend/urls.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/backend/wsgi.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/backend/manage.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/fixtures/test-users.ts +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/global-setup.ts +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/package.json +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/playwright.config.ts +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/scripts/setup-test-users.ts +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/tests/auth.spec.ts +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/tests/protected-api.spec.ts +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/tsconfig.json +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/.env.example +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/.gitignore +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/.nvmrc +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/README.md +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/eslint.config.js +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/index.html +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/package-lock.json +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/package.json +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/public/vite.svg +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/src/App.css +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/src/App.jsx +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/src/assets/react.svg +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/src/index.css +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/src/main.jsx +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/vite.config.js +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/rav.yaml +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/apps.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/authentication/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/authentication/backends.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/authentication/drf.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/authentication/utils.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/caching.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/client.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/decorators.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/exceptions.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/management/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/management/commands/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/management/commands/migrate_users_to_clerk.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/management/commands/sync_clerk_organizations.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/management/commands/sync_clerk_users.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/managers.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/middleware/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/middleware/auth.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/migrations/0001_initial.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/migrations/0002_make_clerk_id_nullable.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/migrations/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/models.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/admin.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/apps.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/middleware.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/migrations/0001_initial.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/migrations/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/models.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/webhooks.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/settings.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/testing.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/utils.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/handlers.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/security.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/signals.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/views.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/__init__.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/settings.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_authentication.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_caching.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_decorators.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_drf.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_hybrid_auth.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_import.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_middleware.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_models.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_organizations.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_testing.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_utils.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/tests/test_webhooks.py +0 -0
- {django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/uv.lock +0 -0
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: gh-issues
|
|
3
|
+
description: Review open GitHub issues and start working on one. Lists issues, shows details, creates a branch, and sets up todos.
|
|
4
|
+
argument-hint: "[issue-number]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# GitHub Issues Skill
|
|
8
|
+
|
|
9
|
+
Help the user review and start working on GitHub issues from the current repository.
|
|
10
|
+
|
|
11
|
+
## Workflow
|
|
12
|
+
|
|
13
|
+
### Step 1: List Open Issues
|
|
14
|
+
|
|
15
|
+
If no issue number was provided as an argument, list open issues:
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
gh issue list --state open --limit 20
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
Present the issues in a clear format and ask the user which one they'd like to work on using AskUserQuestion. Include issue number, title, and labels.
|
|
22
|
+
|
|
23
|
+
### Step 2: Get Issue Details
|
|
24
|
+
|
|
25
|
+
Once an issue is selected (either from argument or user selection), fetch the full details:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
gh issue view <issue-number>
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Display:
|
|
32
|
+
- Title and description
|
|
33
|
+
- Labels and assignees
|
|
34
|
+
- Any linked PRs or related issues
|
|
35
|
+
- Comments (if relevant)
|
|
36
|
+
|
|
37
|
+
### Step 3: Create a Working Branch
|
|
38
|
+
|
|
39
|
+
Always create a new branch for this issue:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
git checkout -b <branch-name>
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
Suggest a branch name based on the issue (e.g., `fix/123-brief-description` or `feat/123-brief-description`).
|
|
46
|
+
|
|
47
|
+
### Step 4: Create Todo List
|
|
48
|
+
|
|
49
|
+
Based on the issue description and any acceptance criteria, use TodoWrite to create a structured task list. Break down the work into:
|
|
50
|
+
- Investigation/research tasks (if needed)
|
|
51
|
+
- Implementation tasks
|
|
52
|
+
- Testing tasks
|
|
53
|
+
- Documentation updates (if needed)
|
|
54
|
+
|
|
55
|
+
### Step 5: Start Working
|
|
56
|
+
|
|
57
|
+
Begin working on the first todo item. Use the codebase exploration tools to understand the relevant code before making changes.
|
|
58
|
+
|
|
59
|
+
## Important Notes
|
|
60
|
+
|
|
61
|
+
- Always check `git status` before creating a branch to ensure clean working state
|
|
62
|
+
- If the issue is unclear, ask clarifying questions before starting work
|
|
63
|
+
- Reference the issue number in commit messages (e.g., "Fix #123: description")
|
|
64
|
+
- Keep the user informed of progress by updating todos as you work
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: release
|
|
3
|
+
description: Release a new version by bumping version, tagging, and pushing to GitHub.
|
|
4
|
+
argument-hint: "[patch|minor|major|X.Y.Z]"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Release Skill
|
|
8
|
+
|
|
9
|
+
Release a new version of this Copier template to GitHub.
|
|
10
|
+
|
|
11
|
+
## Arguments (optional)
|
|
12
|
+
|
|
13
|
+
- `$ARGUMENTS` - Bump type: `patch` (default), `minor`, or `major`. Or a specific version like `0.5.0`.
|
|
14
|
+
|
|
15
|
+
## Steps
|
|
16
|
+
|
|
17
|
+
1. Get the current version from the latest git tag:
|
|
18
|
+
```bash
|
|
19
|
+
git describe --tags --abbrev=0
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
2. Determine the new version:
|
|
23
|
+
- If no argument or `patch`: increment patch (0.2.4 -> 0.2.5)
|
|
24
|
+
- If `minor`: increment minor, reset patch (0.2.4 -> 0.3.0)
|
|
25
|
+
- If `major`: increment major, reset minor and patch (0.2.4 -> 1.0.0)
|
|
26
|
+
- If specific version provided (X.Y.Z format): use that version
|
|
27
|
+
|
|
28
|
+
3. Confirm the version bump with the user using AskUserQuestion:
|
|
29
|
+
- Show current version and new version
|
|
30
|
+
- Ask for confirmation before proceeding
|
|
31
|
+
|
|
32
|
+
4. Create a git tag: `v{version}`
|
|
33
|
+
```bash
|
|
34
|
+
git tag v{version}
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
5. Push the tag to origin:
|
|
38
|
+
```bash
|
|
39
|
+
git push origin v{version}
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
6. Report success with the new version number and a link to the GitHub releases page.
|
|
43
|
+
|
|
44
|
+
## Important
|
|
45
|
+
|
|
46
|
+
- Do NOT include a co-authored-by line in commits
|
|
47
|
+
- The version should be in format `X.Y.Z` (e.g., `0.2.5`)
|
|
48
|
+
- Tags should be prefixed with `v` (e.g., `v0.2.5`)
|
|
49
|
+
- This template uses git tags as the version source (no version file to update)
|
|
50
|
+
- Ensure working directory is clean before tagging
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: django-clerk-users
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Integrate Clerk with Django
|
|
5
5
|
Project-URL: Changelog, https://github.com/jmitchel3/django-clerk-users
|
|
6
6
|
Project-URL: Documentation, https://github.com/jmitchel3/django-clerk-users
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Django admin configuration for ClerkUser model.
|
|
3
|
+
"""
|
|
4
|
+
|
|
5
|
+
from django.contrib import admin
|
|
6
|
+
from django.contrib.auth.admin import UserAdmin
|
|
7
|
+
|
|
8
|
+
from django_clerk_users.models import ClerkUser
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
@admin.register(ClerkUser)
|
|
12
|
+
class ClerkUserAdmin(UserAdmin):
|
|
13
|
+
list_display = [
|
|
14
|
+
"email",
|
|
15
|
+
"first_name",
|
|
16
|
+
"last_name",
|
|
17
|
+
"clerk_id",
|
|
18
|
+
"is_staff",
|
|
19
|
+
"is_active",
|
|
20
|
+
]
|
|
21
|
+
list_filter = ["is_staff", "is_active", "created_at"]
|
|
22
|
+
search_fields = ["email", "first_name", "last_name", "clerk_id"]
|
|
23
|
+
ordering = ["-created_at"]
|
|
24
|
+
|
|
25
|
+
fieldsets = (
|
|
26
|
+
(None, {"fields": ("email", "password")}),
|
|
27
|
+
("Personal info", {"fields": ("first_name", "last_name", "image_url")}),
|
|
28
|
+
("Clerk", {"fields": ("clerk_id", "uid")}),
|
|
29
|
+
(
|
|
30
|
+
"Permissions",
|
|
31
|
+
{
|
|
32
|
+
"fields": (
|
|
33
|
+
"is_active",
|
|
34
|
+
"is_staff",
|
|
35
|
+
"is_superuser",
|
|
36
|
+
"groups",
|
|
37
|
+
"user_permissions",
|
|
38
|
+
)
|
|
39
|
+
},
|
|
40
|
+
),
|
|
41
|
+
(
|
|
42
|
+
"Timestamps",
|
|
43
|
+
{"fields": ("created_at", "updated_at", "last_login", "last_logout")},
|
|
44
|
+
),
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
add_fieldsets = (
|
|
48
|
+
(
|
|
49
|
+
None,
|
|
50
|
+
{
|
|
51
|
+
"classes": ("wide",),
|
|
52
|
+
"fields": ("email", "password1", "password2"),
|
|
53
|
+
},
|
|
54
|
+
),
|
|
55
|
+
)
|
|
56
|
+
|
|
57
|
+
readonly_fields = [
|
|
58
|
+
"uid",
|
|
59
|
+
"clerk_id",
|
|
60
|
+
"created_at",
|
|
61
|
+
"updated_at",
|
|
62
|
+
"last_login",
|
|
63
|
+
"last_logout",
|
|
64
|
+
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/README.md
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/TESTING.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/e2e/package.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/examples/django_react_example/frontend/.nvmrc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/authentication/drf.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/authentication/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/management/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/middleware/__init__.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/middleware/auth.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/admin.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/apps.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/organizations/models.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/__init__.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/handlers.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/security.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/signals.py
RENAMED
|
File without changes
|
{django_clerk_users-0.1.3 → django_clerk_users-0.1.4}/src/django_clerk_users/webhooks/views.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|