-
Notifications
You must be signed in to change notification settings - Fork 1
Fix Clerk distribution: add missing components, authlib dependency, and build workflow #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8697cc5
Initial plan
Copilot 60c56b3
Add missing Dash components for Clerk authentication
Copilot bb04d77
Fix clerk extras to include authlib dependency
Copilot 76ef100
Skip Clerk test when credentials not available
Copilot 12dce9a
Run npm format to apply Black formatting to component files
Copilot dfb90bf
Add npm build and format steps to build workflow
Copilot e39fc36
adding lint before build to make sure files match coding style before…
BSd3v 1ee9bb8
Merge branch 'main' into copilot/create-dash-auth-plus-clerk
BSd3v 334eb63
Delete dash_auth_plus/DashAuthComponents/_imports_.py
BSd3v 3f30b4a
Delete dash_auth_plus/DashAuthComponents/ClerkProvider.py
BSd3v b1cc935
Delete dash_auth_plus/DashAuthComponents/UserProfile.py
BSd3v b0deafb
Delete dash_auth_plus/DashAuthComponents/UserProfilePage.py
BSd3v 870f56d
Delete dash_auth_plus/DashAuthComponents/dash_auth_plus.js
BSd3v ed9362c
Delete dash_auth_plus/DashAuthComponents/dash_auth_plus.js.LICENSE.txt
BSd3v 21edead
Delete dash_auth_plus/DashAuthComponents/dash_auth_plus.js.map
BSd3v 349ddc4
Delete dash_auth_plus/DashAuthComponents/package-info.json
BSd3v 464a413
Delete dash_auth_plus_components/ClerkProvider.py
BSd3v 670ee9e
Delete dash_auth_plus_components/UserProfile.py
BSd3v 7ea98b3
Delete dash_auth_plus_components/UserProfilePage.py
BSd3v b590330
Delete dash_auth_plus_components/_imports_.py
BSd3v 1bbbb8f
Delete dash_auth_plus_components/dash_auth_plus.js
BSd3v b4086af
Delete dash_auth_plus_components/dash_auth_plus.js.LICENSE.txt
BSd3v 13013e1
Delete dash_auth_plus_components/dash_auth_plus.js.map
BSd3v c2958a7
Delete dash_auth_plus_components/package-info.json
BSd3v 056114a
reverting package adjustment
BSd3v 85dfea5
fix missing if statement
BSd3v File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,4 @@ | ||
| include README.md | ||
| include dash_auth_plus/* | ||
| include dash_auth_plus/* | ||
| recursive-include dash_auth_plus/DashAuthComponents *.py *.js *.json *.txt *.map | ||
| recursive-include dash_auth_plus_components *.py *.js *.json *.txt *.map |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.