內容簡介
這個外掛實現了Solana錢包連接器,可讓使用者使用其Solana錢包進行註冊和登錄WordPress帳戶,而無需使用電子郵件、密碼或社交媒體。當使用者進行註冊時,此外掛將WordPress帳戶綁定到公共錢包地址,作為用戶名稱。我們使用標準的WordPress外掛框架以及在Heroku上運行的Node.js應用程序(具有Express框架)來驗證錢包簽名。我們還正在開發一種本地驗證的功能,並可自動回退至我們的Node應用程序。我們的所有外掛代碼和Node.js應用程式代碼都可以在github 上找到。如果您想運行自己的驗證,可以通過自行託管Node.js應用程序實現。
這個外掛橋接了Solana區塊鏈和WordPress的開源社區,為WordPress網站所有者提供了一種全新有趣的方式,讓用戶在註冊和登錄網站時無需使用電子郵件和密碼或社交媒體帳戶。
主要功能包括:
*可用於任何WordPress頁面、文章和小工具的短代碼 – [solpress_login_button]
*開源代碼(代碼可在SolPress.dev和SolPress Github上找到)
*可編輯登錄按鈕文字
*可編輯註冊按鈕文字
*可編輯短代碼按鈕文字
*可編輯用戶個人檔案按鈕文字
*可編輯登錄提示信息(在Solana錢包中提示)
*可編輯重定向URL
*與SolPress付款網關外掛和SolWall外掛兼容
外掛標籤
開發者團隊
原文外掛簡介
This plugin implements a Solana wallet connector for the registration and login of WordPress Users using only their Solana wallet. The plugin ties a WordPress user account to the public wallet address as the username. We use a standard WordPress plugin framework and a Node.js app (with Express framework) on Heroku for the verification of wallet signing. We are also working on a feature for local verification with fallback to our Node app. All of the plugin code and our Node.js app code are available on our github. If you want to run your own verification, you can achieve that by hosting the Node.js app yourself.
This plugin bridges the open source communities of the Solana blockchain and WordPress. It allow WordPress website owners a new and fun way for users to register and login to their website without an email and password or social media.
Features include:
*Shortcode for use in any WordPress Page, Post, and Widget – [solpress_login_button]
*Open Source (code available on SolPress.dev and SolPress Github)
*Edit the Login button text
*Edit the Register button text
*Edit the Shortcode button text
*Edit the User Profile button text
*Edit the Sign In Message (prompted in Solana Wallet)
*Edit the Redirection URL
*Works with SolPress Payment Gateway Plugin & SolWall Plugin
