Meta Auth

0

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

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
Rating
Total ratings
Tag

Description

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.