Skip to content

Commit 1ba8eb4

Browse files
committed
Storing provisioned URI instead of storing only secret code in the db.
1 parent c20bd26 commit 1ba8eb4

File tree

4 files changed

+1577
-1602
lines changed

4 files changed

+1577
-1602
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=7.0.0",
22-
"Spomky-Labs/otphp": "^8.3"
21+
"php": ">=7.1",
22+
"Spomky-Labs/otphp": "^9.0",
23+
"paragonie/constant_time_encoding": "^2.0"
2324
},
2425
"autoload": {
2526
"psr-4": {

0 commit comments

Comments
 (0)