[phpMyAdmin Git] [phpmyadmin/phpmyadmin] f143d2: Add support for Web Authentication API

Maurício Meneghini Fauth mauricio at fauth.dev
Mon Jan 16 22:32:31 CET 2023


Branch: refs/heads/QA_5_2
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: f143d2a709c65d2ee46e76e07f3f3e215c67d4a4
https://github.com/phpmyadmin/phpmyadmin/commit/f143d2a709c65d2ee46e76e07f3f3e215c67d4a4
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-01-16 (Mon, 01 January 2023) -03:00

Changed paths: 
A js/src/webauthn.js
A libraries/classes/Plugins/TwoFactor/WebAuthn.php
A libraries/classes/WebAuthn/CBORDecoder.php
A libraries/classes/WebAuthn/CustomServer.php
A libraries/classes/WebAuthn/DataStream.php
A libraries/classes/WebAuthn/Server.php
A libraries/classes/WebAuthn/WebAuthnException.php
A libraries/classes/WebAuthn/WebauthnLibServer.php
A templates/login/twofactor/webauthn_creation.twig
A templates/login/twofactor/webauthn_request.twig
A test/classes/Plugins/TwoFactor/WebAuthnTest.php
A test/classes/WebAuthn/CBORDecoderTest.php
A test/classes/WebAuthn/WebauthnLibServerTest.php
M composer.json
M libraries/classes/Controllers/JavaScriptMessagesController.php
M libraries/classes/Plugins/TwoFactor/Key.php
M libraries/classes/TwoFactor.php
M psalm.xml
M scripts/create-release.sh
M templates/preferences/two_factor/main.twig

Log Message:
-----------
Add support for Web Authentication API

Adds a two factor authentication plugin that supports FIDO2/WebAuthn
security keys.

Signed-off-by: Maurício Meneghini Fauth <mauricio at fauth.dev>

Commit: b8578c3c8e8a24ecdc0e86fb3da9f8955e9c1857
https://github.com/phpmyadmin/phpmyadmin/commit/b8578c3c8e8a24ecdc0e86fb3da9f8955e9c1857
Author: Maurício Meneghini Fauth <mauricio at fauth.dev>
Date: 2023-01-16 (Mon, 01 January 2023) -03:00

Changed paths: 
A js/src/webauthn.js
A libraries/classes/Plugins/TwoFactor/WebAuthn.php
A libraries/classes/WebAuthn/CBORDecoder.php
A libraries/classes/WebAuthn/CustomServer.php
A libraries/classes/WebAuthn/DataStream.php
A libraries/classes/WebAuthn/Server.php
A libraries/classes/WebAuthn/WebAuthnException.php
A libraries/classes/WebAuthn/WebauthnLibServer.php
A templates/login/twofactor/webauthn_creation.twig
A templates/login/twofactor/webauthn_request.twig
A test/classes/Plugins/TwoFactor/WebAuthnTest.php
A test/classes/WebAuthn/CBORDecoderTest.php
A test/classes/WebAuthn/WebauthnLibServerTest.php
M composer.json
M libraries/classes/Controllers/JavaScriptMessagesController.php
M libraries/classes/Plugins/TwoFactor/Key.php
M libraries/classes/TwoFactor.php
M psalm.xml
M scripts/create-release.sh
M templates/preferences/two_factor/main.twig

Log Message:
-----------
Merge pull request #17989 from MauricioFauth/webauthn-custom

Add support for Web Authentication API



More information about the Git mailing list