[PR #4882] [CLOSED] feat(plugin): siws #31236

Closed
opened 2026-04-17 22:08:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/4882
Author: @Re4GD
Created: 9/24/2025
Status: Closed

Base: canaryHead: feat/siws-plugin


📝 Commits (10+)

📊 Changes

11 files changed (+778 additions, -0 deletions)

View changed files

📝 docs/components/sidebar-content.tsx (+19 -0)
docs/content/docs/plugins/siws.mdx (+6 -0)
📝 packages/better-auth/package.json (+2 -0)
packages/better-auth/src/plugins/siws/client.ts (+9 -0)
packages/better-auth/src/plugins/siws/index.ts (+662 -0)
packages/better-auth/src/plugins/siws/providers/index.ts (+31 -0)
packages/better-auth/src/plugins/siws/providers/phantom.ts (+3 -0)
packages/better-auth/src/plugins/siws/providers/solflare.ts (+3 -0)
packages/better-auth/src/plugins/siws/siws.test.ts (+6 -0)
packages/better-auth/src/plugins/siws/types.ts (+14 -0)
📝 pnpm-lock.yaml (+23 -0)

📄 Description

Adds Sign In With Solana plugin. Closes #3495


Summary by cubic

Added documentation and a sidebar entry for the Sign In With Solana (SIWS) plugin to make it easy to discover and adopt. Addresses Linear #3495 by exposing SIWS with guidance on custom message verification and nonce generation.

  • New Features
    • New docs page at /docs/plugins/siws describing SIWS and customization options.
    • Added “Sign In With Solana” to the docs sidebar with an icon and “New” badge.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/4882 **Author:** [@Re4GD](https://github.com/Re4GD) **Created:** 9/24/2025 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `feat/siws-plugin` --- ### 📝 Commits (10+) - [`5d98287`](https://github.com/better-auth/better-auth/commit/5d98287db2ac74fa3e14ca9e8006cff728a4abe3) feat: sidebar entry - [`af10fa9`](https://github.com/better-auth/better-auth/commit/af10fa9005f108d83993e68e9074141085f48d10) feat: docs - [`41a59ff`](https://github.com/better-auth/better-auth/commit/41a59ff68c60926a23c02be91d80c2479fd1d58d) fix: sidebar icon size - [`7e42c81`](https://github.com/better-auth/better-auth/commit/7e42c81f957ae036def12ca6c1a990d3739e13dc) Merge branch 'better-auth:canary' into feat/siws-plugin - [`cdceaa6`](https://github.com/better-auth/better-auth/commit/cdceaa605840a08b97415ce09e8616e03a9c9d63) feat: types - [`60ab847`](https://github.com/better-auth/better-auth/commit/60ab8475e6ecbb40e98d153bf970de50b7c17f11) feat: tests file - [`48640ee`](https://github.com/better-auth/better-auth/commit/48640eeafa12b37d4d420daa20286a468410bd1d) feat: install deps - [`1beb7fb`](https://github.com/better-auth/better-auth/commit/1beb7fbd211e4acd9292198bdd8cb907221f6724) feat: wallet native callback functions - [`b3e6ce7`](https://github.com/better-auth/better-auth/commit/b3e6ce70f48a6f722d3df1a15217a688b71e9881) feat: plugin - [`b87a1b2`](https://github.com/better-auth/better-auth/commit/b87a1b2394b3515360a35d8d72e1c25d30fda155) feat: client ### 📊 Changes **11 files changed** (+778 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/components/sidebar-content.tsx` (+19 -0) ➕ `docs/content/docs/plugins/siws.mdx` (+6 -0) 📝 `packages/better-auth/package.json` (+2 -0) ➕ `packages/better-auth/src/plugins/siws/client.ts` (+9 -0) ➕ `packages/better-auth/src/plugins/siws/index.ts` (+662 -0) ➕ `packages/better-auth/src/plugins/siws/providers/index.ts` (+31 -0) ➕ `packages/better-auth/src/plugins/siws/providers/phantom.ts` (+3 -0) ➕ `packages/better-auth/src/plugins/siws/providers/solflare.ts` (+3 -0) ➕ `packages/better-auth/src/plugins/siws/siws.test.ts` (+6 -0) ➕ `packages/better-auth/src/plugins/siws/types.ts` (+14 -0) 📝 `pnpm-lock.yaml` (+23 -0) </details> ### 📄 Description Adds Sign In With Solana plugin. Closes #3495 <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Added documentation and a sidebar entry for the Sign In With Solana (SIWS) plugin to make it easy to discover and adopt. Addresses Linear #3495 by exposing SIWS with guidance on custom message verification and nonce generation. - **New Features** - New docs page at /docs/plugins/siws describing SIWS and customization options. - Added “Sign In With Solana” to the docs sidebar with an icon and “New” badge. <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-17 22:08:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#31236