Download the PHP package magemate/magento-admin-passkey without Composer

On this page you can find all versions of the php package magemate/magento-admin-passkey. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento-admin-passkey

MageMate_AdminPasskey

Passwordless / WebAuthn (FIDO2 passkey) authentication for the Magento 2 backend (admin).

Overview

MageMate_AdminPasskey adds passkey authentication to the Magento admin. Admin users can register one or more passkeys after a normal login and manage them (list, rename, delete), then sign in with a "Sign in with a passkey" button on the admin login form via the browser WebAuthn API (discoverable credentials — no username typing).

Store owners can, via System Configuration (Security tab → adminpasskey section):

Security-first is the guiding principle — this module touches admin authentication, the highest-value attack surface in the store.

Installation

The module lives at package-source/magemate/magento-admin-passkey and is wired into the root composer.json as a path repository.

The module is disabled on first install — enable it explicitly. After adding or changing DI (plugins, console commands) re-run setup:di:compile; a compiled env will not surface new wiring on cache:flush alone.

Configuration

Stores → Configuration → Security → Passkey (adminpasskey/general). All defaults are security-first (feature off, UV required):

Field Path Default Effect
Enable passkey login enabled 0 Master switch for every passkey entry point.
Force passkey setup after login force_setup 0 Redirect admins with no active passkey to the register page.
Disallow password login disallow_password_login 0 Block password sign-in for admins who own an active passkey.
Max passkey validity (days) passkey_max_validity_days 0 Sets expires_at at registration; 0 = never expires.
Require user verification require_user_verification 1 Enforce the WebAuthn UV flag (PIN/biometric).
Passkey satisfies 2FA satisfies_2fa 1 A passkey login grants the Two-Factor-Auth session.
Relying Party ID / Name rp_id / rp_name derived Override the WebAuthn RP id/name (defaults from the admin base URL).

Usage

Security notes

This module is on the admin authentication path — the store's highest-value attack surface. The security posture (see PRD §6 and docs/DECISIONS.md):

Documentation

Layout

Module dependencies

Declared via <sequence> in src/etc/module.xml:

Development


All versions of magento-admin-passkey with dependencies

PHP Build Version
Package Version
Requires php Version ~8.3.0
ext-json Version *
ext-openssl Version *
2tvenom/cborencode Version *
magento/framework Version *
magento/module-backend Version *
magento/module-user Version *
magento/module-authorization Version *
magento/module-config Version *
magento/module-ui Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package magemate/magento-admin-passkey contains the following files

Loading the files please wait ...