內容簡介
MetaAuth 插件透過使用已簽署的私人金鑰訊息和公開地址識別,為安全帳戶驗證提供了簡易的兩步驗證。
運作方式
通過 MetaAuth 2FA 插件提升您的安全性。登入時,將會彈出一個驗證視窗,讓使用者連接他們的加密錢包並簽署加密訊息以確認身份。
開始使用
最低需求
WordPress 5.6 或以上版本
PHP 7.2 或以上版本(建議使用 PHP 7.4 或更高版本)
MySQL 5.5 或以上版本(建議使用 MySQL 5.7 或更高版本)
安裝插件有兩種方法:
自動安裝
登入 WordPress 管理後台,前往「外掛」選單,點選「新增」,搜尋「meta auth」之後點擊「立即安裝」。
手動安裝
按照 WordPress codex 中提供的指示手動安裝插件。
外掛標籤
開發者團隊
原文外掛簡介
2-Factor authentication is a tedious process that can be simplified using the functionality of signed messages with a private key with an overall flow completed in the minimum possible waiting time. Unique identification of an account with a public address is cryptographically trivial (and secure) to authenticate. That’s what Meta Auth brings to the table.
How it works
On login, the plugin shows a 2FA authentication popup as an extra security layer. Users have to verify their identity by connecting their crypto wallet and signing an encrypted message.
Getting Started
Minimum Requirements
WordPress 5.6 or greater
PHP version 7.2 or greater (PHP 7.4 or greater is recommended)
MySQL version 5.5 or greater (MySQL 5.7 or greater is recommended)
Automatic installation
To do an automatic install of this plugin, log in to your WordPress admin dashboard, navigate to the Plugins menu and click Add New.
In the search field, type “meta auth” and click Search Plugins. Once you’ve found this plugin, you can install it by simply clicking “Install Now”.
Manual installation
WordPress codex contains instructions on how to do this here.
