mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use jbtronics/2fa-webauthn package from packagegist
This commit is contained in:
parent
9c688e22dc
commit
9e837b6c80
2 changed files with 27 additions and 14 deletions
|
@ -21,7 +21,7 @@
|
||||||
"florianv/swap": "^4.0",
|
"florianv/swap": "^4.0",
|
||||||
"florianv/swap-bundle": "dev-master",
|
"florianv/swap-bundle": "dev-master",
|
||||||
"gregwar/captcha-bundle": "^2.1.0",
|
"gregwar/captcha-bundle": "^2.1.0",
|
||||||
"jbtronics/2fa-webauthn": "dev-master",
|
"jbtronics/2fa-webauthn": "^1.0.0",
|
||||||
"league/html-to-markdown": "^5.0.1",
|
"league/html-to-markdown": "^5.0.1",
|
||||||
"liip/imagine-bundle": "^2.2",
|
"liip/imagine-bundle": "^2.2",
|
||||||
"nelmio/security-bundle": "^3.0",
|
"nelmio/security-bundle": "^3.0",
|
||||||
|
@ -148,10 +148,6 @@
|
||||||
{
|
{
|
||||||
"type": "vcs",
|
"type": "vcs",
|
||||||
"url": "https://github.com/jbtronics/u2f-two-factor-bundle.git"
|
"url": "https://github.com/jbtronics/u2f-two-factor-bundle.git"
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "path",
|
|
||||||
"url": "../2fa-webauthn"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
35
composer.lock
generated
35
composer.lock
generated
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "acfef40c9197b33a535f02f56ae7fd3c",
|
"content-hash": "b95feb86013d63587055d6ab20e044b4",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "beberlei/assert",
|
"name": "beberlei/assert",
|
||||||
|
@ -2427,11 +2427,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jbtronics/2fa-webauthn",
|
"name": "jbtronics/2fa-webauthn",
|
||||||
"version": "dev-master",
|
"version": "v1.0.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/jbtronics/2fa-webauthn.git",
|
||||||
|
"reference": "c4108d16ba7a3061d977fc92f577c69067e1d003"
|
||||||
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "path",
|
"type": "zip",
|
||||||
"url": "../2fa-webauthn",
|
"url": "https://api.github.com/repos/jbtronics/2fa-webauthn/zipball/c4108d16ba7a3061d977fc92f577c69067e1d003",
|
||||||
"reference": "6a004d54d5e3336291f383a57aaa449173971e5a"
|
"reference": "c4108d16ba7a3061d977fc92f577c69067e1d003",
|
||||||
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
|
@ -2451,6 +2457,7 @@
|
||||||
"Jbtronics\\TFAWebauthn\\": "src/"
|
"Jbtronics\\TFAWebauthn\\": "src/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
|
@ -2460,9 +2467,20 @@
|
||||||
"email": "mail@jan-boehmer.de"
|
"email": "mail@jan-boehmer.de"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"transport-options": {
|
"description": "Webauthn Two-Factor-Authentictication Plugin for scheb/2fa",
|
||||||
"relative": true
|
"keywords": [
|
||||||
}
|
"2fa",
|
||||||
|
"scheb-2fa",
|
||||||
|
"symfony",
|
||||||
|
"symfony-bundle",
|
||||||
|
"two-factor-authentication",
|
||||||
|
"webauthn"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"issues": "https://github.com/jbtronics/2fa-webauthn/issues",
|
||||||
|
"source": "https://github.com/jbtronics/2fa-webauthn/tree/v1.0.0"
|
||||||
|
},
|
||||||
|
"time": "2022-10-03T22:29:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laminas/laminas-code",
|
"name": "laminas/laminas-code",
|
||||||
|
@ -15530,7 +15548,6 @@
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
"florianv/swap-bundle": 20,
|
"florianv/swap-bundle": 20,
|
||||||
"jbtronics/2fa-webauthn": 20,
|
|
||||||
"roave/security-advisories": 20
|
"roave/security-advisories": 20
|
||||||
},
|
},
|
||||||
"prefer-stable": false,
|
"prefer-stable": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue