-
Notifications
You must be signed in to change notification settings - Fork 360
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
[SDK] Feature: GitHub Auth #5062
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 0cafa33 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5062 +/- ##
==========================================
- Coverage 45.28% 45.26% -0.03%
==========================================
Files 1060 1061 +1
Lines 54831 54869 +38
Branches 3955 3955
==========================================
+ Hits 24832 24837 +5
- Misses 29308 29341 +33
Partials 691 691
*This pull request uses carry forward flags. Click here to find out more.
|
658210b
to
5527b90
Compare
Merge activity
|
<!-- start pr-codex --> ## PR-Codex overview This PR introduces GitHub authentication support across various components of the application, enhancing the social login options for users. ### Detailed summary - Added `GitHub` to authentication options in `types.ts`. - Included `GitHub` in the social login forms and icons. - Updated the `InAppWebConnector` to handle `GitHub` authentication. - Defined `GITHUB_ICON` SVG for branding. - Integrated `githubIconUri` for wallet icons. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
5527b90
to
0cafa33
Compare
PR-Codex overview
This PR focuses on adding GitHub authentication support to the application, enhancing the existing social authentication options.
Detailed summary
GitHub
to various authentication types.GITHUB_ICON
to UI components.InAppWebConnector
and wallet connection options to include GitHub.