PHPackages                             falconmedia/magento2-admin-passkey - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. falconmedia/magento2-admin-passkey

ActiveMagento2-module[Security](/categories/security)

falconmedia/magento2-admin-passkey
==================================

Enterprise-grade Magento 2 Admin security suite: passkey (WebAuthn) login with Magento 2FA fallback, trusted devices, lockouts, recovery, migration and health dashboards, diagnostics, security scoring, and audit logging. Admin UI only.

1.0.1(1mo ago)577↓16.7%1MITPHPPHP ^8.3

Since Jul 4Pushed 1mo agoCompare

[ Source](https://github.com/falconmedia/magento2-admin-passkey)[ Packagist](https://packagist.org/packages/falconmedia/magento2-admin-passkey)[ RSS](/packages/falconmedia-magento2-admin-passkey/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

FalconMedia\_AdminPasskey
=========================

[](#falconmedia_adminpasskey)

Enterprise-grade Magento 2 **Admin security suite**. It adds passkey (WebAuthn) login for the Magento Admin, with username/password and `Magento_TwoFactorAuth`fallback preserved, plus operational tooling: trusted devices, lockouts, emergency recovery, migration and health dashboards, diagnostics, a security score engine, a configurable dashboard widget, white-label branding, full i18n, and audit logging.

This directory currently contains the **module foundation only** (workflow Step 4): registration, ACL, System Configuration, a typed `ConfigProvider`, and the i18n base. Behavioural features are implemented in later workflow steps.

Scope
-----

[](#scope)

**Admin UI only.** Passkeys are used exclusively for Admin UI login and Admin UI confirmations.

### Out of scope (by design)

[](#out-of-scope-by-design)

- REST API authentication
- GraphQL authentication
- SOAP authentication
- Integration tokens
- OAuth
- CLI authentication
- Frontend customer login
- Customer passkeys

API-related extra verification should use OTP / Magento 2FA, not passkeys.

Requirements
------------

[](#requirements)

- Magento 2.4.7+
- PHP 8.3 (compatibility targets: 8.4, 8.5)
- `Magento_Backend`, `Magento_TwoFactorAuth`

Configuration
-------------

[](#configuration)

All settings live under **Stores → Configuration → Security → Admin Passkey**(section `adminpasskey`), protected by the `FalconMedia_AdminPasskey::config`ACL resource. Configuration groups:

General, Authentication Policy, Onboarding, Trusted Devices, Lockout, Recovery, Migration Dashboard, Security Dashboard Widget, Security Score, Health Check, Diagnostics, Cleanup, Fail2Ban, White Label &amp; Branding, Email Templates, Developer Options.

Read configuration in code through the typed service `FalconMedia\AdminPasskey\Model\Config\ConfigProvider` — never read scope config paths directly in feature code.

Installation
------------

[](#installation)

```
bin/magento module:enable FalconMedia_AdminPasskey
bin/magento setup:upgrade
bin/magento cache:flush
```

> The enable / upgrade step is executed as a separate workflow step (Step 5); do not run it as part of creating the foundation.

Quality gates &amp; tests
-------------------------

[](#quality-gates--tests)

All commands are run from the **Magento project root**.

### Unit tests

[](#unit-tests)

Module-scoped runner (reuses the Magento unit-test bootstrap):

```
php vendor/bin/phpunit -c app/code/FalconMedia/AdminPasskey/phpunit.xml.dist
```

Or via the global unit runner:

```
php vendor/bin/phpunit -c dev/tests/unit/phpunit.xml.dist app/code/FalconMedia/AdminPasskey/Test/Unit
```

### Integration tests

[](#integration-tests)

Run with the global Magento integration runner (requires a configured `dev/tests/integration/etc/install-config-mysql.php`):

```
php vendor/bin/phpunit -c dev/tests/integration/phpunit.xml.dist app/code/FalconMedia/AdminPasskey/Test/Integration
```

> Note: this project's integration test environment is known-broken, so the integration tests are written but not executed here.

### PHPStan (static analysis)

[](#phpstan-static-analysis)

```
php vendor/bin/phpstan analyse -c app/code/FalconMedia/AdminPasskey/phpstan.neon.dist
```

### PHPCS (Magento coding standard)

[](#phpcs-magento-coding-standard)

```
php vendor/bin/phpcs --standard=app/code/FalconMedia/AdminPasskey/phpcs.xml.dist app/code/FalconMedia/AdminPasskey
```

Auto-fix fixable violations with `phpcbf`:

```
php vendor/bin/phpcbf --standard=app/code/FalconMedia/AdminPasskey/phpcs.xml.dist app/code/FalconMedia/AdminPasskey
```

License
-------

[](#license)

MIT. Copyright (c) FalconMedia. See [LICENSE](LICENSE).

Changelog
---------

[](#changelog)

See [CHANGELOG.md](CHANGELOG.md).

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance90

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

48d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ab506c6fbf58517ea41c5959be2ea46d89f403438433c6eb6042afcfd0b7c94?d=identicon)[falconmedia](/maintainers/falconmedia)

---

Top Contributors

[![henkvalk](https://avatars.githubusercontent.com/u/8955854?v=4)](https://github.com/henkvalk "henkvalk (3 commits)")

### Embed Badge

![Health badge](/badges/falconmedia-magento2-admin-passkey/health.svg)

```
[![Health](https://phpackages.com/badges/falconmedia-magento2-admin-passkey/health.svg)](https://phpackages.com/packages/falconmedia-magento2-admin-passkey)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1142.0M17](/packages/mollie-magento2)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50406.2k23](/packages/dotdigital-dotdigital-magento2-extension)[buckaroo/magento2

Buckaroo Magento 2 extension

32426.0k8](/packages/buckaroo-magento2)[mage-os/module-admin-activity-log

The Admin Activity extension makes it easy to track all admin activity with comprehensive audit logging.

2911.6k1](/packages/mage-os-module-admin-activity-log)[zwernemann/module-withdrawal

Magento 2 EU Withdrawal Button Module - Adds a withdrawal/revocation button for orders in compliance with EU Directive (EU) 2023/2673

2610.9k2](/packages/zwernemann-module-withdrawal)[loki/magento2-admin-components

Admin Panel grids and forms created via Loki Components

178.3k9](/packages/loki-magento2-admin-components)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
