thesgroup/module-webauthn
提供使用WebAuthn登录功能的Magento 2模块
dev-master
2021-03-03 01:51 UTC
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-09-29 06:14:25 UTC
README
提供使用WebAuthn登录功能的Magento 2模块。
状态 - 进行中
依赖关系
- Magento 2.4.x
先决条件
- PHP扩展ext-gmp
安装
在Magento 2根目录下运行以下命令
composer require thesgroup/module-webauthn
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
移除模块
在Magento 2根目录下运行以下命令
composer remove thesgroup/module-webauthn
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
配置
身份验证器
https://webauthn-doc.spomky-labs.com/webauthn-in-a-nutshell/authenticators
Web浏览器支持
Webauthn现在受到所有主流Web浏览器的支持
- Mozilla Firefox 60+ 和 Firefox for Android 68+
- Google Chrome 67+
- Microsoft EDGE 18+ 和 Microsoft EDGE Chromium 79+
- Opera 54+
- Safari 13+ 和 iOS Safari 13.3+
- Android浏览器 76+