ovenlab / cakephp-passkey
Passwordless and second-factor authentication for CakePHP 5 using WebAuthn passkeys: registration/assertion ceremonies, credential storage, an Authentication adapter, a browser helper and vanilla JS.
Package info
github.com/OvenLab/cakephp-passkey
Type:cakephp-plugin
pkg:composer/ovenlab/cakephp-passkey
v0.1.0
2026-08-19 15:47 UTC
Requires
- php: >=8.2
- ext-json: *
- cakephp/cakephp: ^5.0
- web-auth/webauthn-lib: ^5.3
Requires (Dev)
- cakephp/authentication: ^3.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/migrations: ^4.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.1
Suggests
- cakephp/authentication: To plug passkeys into the Authentication middleware via the bundled Authenticator and Identifier.