Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sashas777/module-webauthn
The Magento 2 module which provides ability to login using the WebAuthn
https://github.com/sashas777/module-webauthn
Last synced: about 10 hours ago
JSON representation
The Magento 2 module which provides ability to login using the WebAuthn
- Host: GitHub
- URL: https://github.com/sashas777/module-webauthn
- Owner: sashas777
- License: gpl-3.0
- Created: 2020-07-22T01:25:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-03T01:51:15.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:03:21.120Z (7 months ago)
- Language: PHP
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Web Authentication Plugin
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
- https://webauthn-doc.spomky-labs.com/pre-requisites/the-relaying-party## 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
- https://github.com/web-auth/webauthn-lib