-
Notifications
You must be signed in to change notification settings - Fork 408
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: Steam Auth #5415
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: 7b21f1b 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 📦
|
changelog |
Merge activity
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5415 +/- ##
=======================================
Coverage 45.51% 45.52%
=======================================
Files 1071 1070 -1
Lines 55700 55682 -18
Branches 4030 4029 -1
=======================================
- Hits 25351 25347 -4
+ Misses 29662 29648 -14
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
CNCT-2198 <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces `Steam` as a new authentication option across various components and files, enhancing the authentication capabilities of the application. ### Detailed summary - Added `Steam` as an authentication option in multiple files. - Updated `types.ts` and `oauthSignIn.ts` to include `Steam`. - Added `STEAM_ICON` in `svgs.ts` for UI representation. - Updated connection options in `ConnectWalletMiniPlayground.tsx`. - Modified documentation to include `Steam` in social logins. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
3b93d8d
to
7b21f1b
Compare
CNCT-2198
PR-Codex overview
This PR introduces
Steam
as a new authentication option across various components of the application, including updates to types, UI elements, and documentation.Detailed summary
Steam
to authentication options inecosystem/types.ts
andauthentication/types.ts
.InAppWalletFormGroup.tsx
andConnectWalletSocialOptions.tsx
to includeSteam
.STEAM_ICON
for UI representation in multiple files.Steam
in social authentication options.