Skip to content

Commit 7acd032

Browse files
authored
Add dependencies for two-factor authentication in Icinga Web (#53)
Add required packages for upcoming two-factor authentication in Icinga Web: - `chillerlan/php-qrcode` to generate QR codes. - `spomky-labs/otphp` to generate and validate OTP tokens.
2 parents 8d99a02 + 4eef36b commit 7acd032

2 files changed

Lines changed: 356 additions & 1 deletion

File tree

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"require": {
88
"php": ">=8.2",
99
"ext-curl": "*",
10+
"chillerlan/php-qrcode": "^6.0",
1011
"clue/connection-manager-extra": "^1.3",
1112
"clue/http-proxy-react": "^1.9",
1213
"clue/mq-react": "^1.7",
@@ -42,6 +43,7 @@
4243
"react/socket": "^1.17",
4344
"react/stream": "^1.4",
4445
"simshaun/recurr": "^5.0.3",
46+
"spomky-labs/otphp": "^11.4",
4547
"tedivm/jshrink": "^1.8.1",
4648
"zircote/swagger-php": "^6.0.6"
4749
},

0 commit comments

Comments
 (0)