thesgroup/module-webauthn

The Magento 2 module which provides ability to login using the WebAuthn

Fund package maintenance!
sashas777

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

Type:magento2-module

dev-master 2021-03-03 01:51 UTC

This package is auto-updated.

Last update: 2024-03-29 04:19:52 UTC


README

The Magento 2 module which provides ability to login using the WebAuthn.

Status - In Progress

Dependacies

  • Magento 2.4.x

Prerequisites

  • PHP extension ext-gmp

Installation

Run the following command at Magento 2 root folder:

composer require thesgroup/module-webauthn
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Remove the module

Run the following command at Magento 2 root folder:

composer remove thesgroup/module-webauthn
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Configuration

Authenticators

https://webauthn-doc.spomky-labs.com/webauthn-in-a-nutshell/authenticators

Web Browser Support

Webauthn is now supported by all main web browsers:

  • Mozilla Firefox 60+ and Firefox for Android 68+
  • Google Chrome 67+
  • Microsoft EDGE 18+ and Microsoft EDGE Chromium 79+
  • Opera 54+
  • Safari 13+ and iOS Safari 13.3+
  • Android Browser 76+

Libraries