Skip to content

adds support for ClerkAuth#5

Merged
BSd3v merged 25 commits into
mainfrom
clerk-auth-flow
Nov 25, 2025
Merged

adds support for ClerkAuth#5
BSd3v merged 25 commits into
mainfrom
clerk-auth-flow

Conversation

@BSd3v

@BSd3v BSd3v commented Jun 5, 2025

Copy link
Copy Markdown
Owner

No description provided.

@BSd3v BSd3v requested a review from Copilot June 5, 2025 17:32

This comment was marked as outdated.

… store says its not there, in order to catch issues where its not trying to log out if the session is remotely terminated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds initial support and end-to-end testing for ClerkAuth in the Dash Auth Plus library, updates dependencies, and provides usage documentation.

  • Expose and document the new ClerkAuth authentication backend
  • Add CI and dev dependencies (clerk-sdk, clerk-backend-api, python-dotenv)
  • Implement and test a full Clerk sign-in/sign-out flow with Selenium

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
tests/test_clerk_auth.py New end-to-end Selenium test validating ClerkAuth flow
setup.py Added python-dotenv to install_requires and Clerk extras
dev-requirements.txt Added Clerk SDK and backend API for local development
dash_auth_plus/auth.py Removed stray whitespace
dash_auth_plus/init.py Export ClerkAuth and helper function
README.md Added example usage for ClerkAuth
.github/workflows/python-test.yml Updated Python versions and added Clerk-related env vars
Comments suppressed due to low confidence (1)

README.md:560

  • In the README example, the path_template uses '{user_id}' instead of the required '<user_id>' syntax—update it to match the actual register_page API and avoid confusion.
register_page('private', path_template="/user/{user_id}/private", layout=user_private)

Comment thread setup.py
Comment thread dev-requirements.txt
@BSd3v BSd3v merged commit 09beb32 into main Nov 25, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants