Skip to content

EmVee-IT/magento2-passkey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

EmVeeIT Passkey Admin Magento 2 Module

This Magento 2 module replaces admin passwords with passkeys for an additional layer of security. It adds a console command that allows you to generate passkeys.

Installation

Add the module to your project using composer:

composer require emveeit/passkey-admin

Enable the module in Magento:

bin/magento module:enable EmVeeIT_PasskeyAdmin

And then run setup upgrade:

bin/magento setup:upgrade

Usage

You can generate passkeys by running the following console command:

bin/magento emveeit:generate:passkey

This will generate a new passkey, which you can use instead of a password when logging into the Magento admin.

Unit Tests

To run the unit tests, first make sure that PHPUnit is installed. Then run the following command:

./vendor/bin/phpunit -c tests/phpunit.xml.dist

Author

Michael Voeten @ EmVee IT

License

This project is licensed under the OSL-3.0 License - see the LICENSE file for details

Please replace `https://www.emvee-it.nl/` with your actual website link. If you don't have a `LICENSE` file, you might want to add one, or remove the reference to it in the readme. Adjust the installation and usage instructions as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published