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
Requires
- php: ~7.3.0||~7.4.0
- magento/framework: ~102.0||~103.0
- magento/module-customer: ~103.0
- nyholm/psr7: >=1.3.1
- nyholm/psr7-server: >=1.0.0
- web-auth/webauthn-lib: ~3.2.||~3.3
Requires (Dev)
This package is auto-updated.
Last update: 2024-12-29 06:46:25 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+