File: Remove-suggest-of-not-existing-webauthn-lib.patch

package info (click to toggle)
phpmyadmin 4%3A5.2.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 142,056 kB
  • sloc: javascript: 228,532; php: 167,409; xml: 17,850; sql: 504; sh: 278; makefile: 208; python: 205
file content (24 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: William Desportes <williamdes@wdes.fr>
Date: Thu, 18 Apr 2024 12:29:37 +0200
Subject: Remove suggest of not existing webauthn lib

Origin: vendor
Forwarded: not-needed
---
 composer.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index fad5528..5d5feb2 100644
--- a/composer.json
+++ b/composer.json
@@ -98,8 +98,7 @@
         "tecnickcom/tcpdf": "For PDF support",
         "pragmarx/google2fa-qrcode": "^2.1 - For 2FA authentication",
         "bacon/bacon-qr-code": "^2.0 - For 2FA authentication",
-        "code-lts/u2f-php-server": "For FIDO U2F authentication",
-        "web-auth/webauthn-lib": "For better WebAuthn/FIDO2 authentication support"
+        "code-lts/u2f-php-server": "For FIDO U2F authentication"
     },
     "require-dev": {
         "bacon/bacon-qr-code": "^2.0 || ^3.0",