mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-23 18:20:13 +00:00
migrating from u2f-api.js to webauthn
This commit is contained in:
parent
e2b4b6f6bc
commit
d1d134038f
42 changed files with 918 additions and 461 deletions
|
|
@ -696,7 +696,7 @@ function init_db_schema() {
|
|||
"id" => "INT NOT NULL AUTO_INCREMENT",
|
||||
"key_id" => "VARCHAR(255) NOT NULL",
|
||||
"username" => "VARCHAR(255) NOT NULL",
|
||||
"authmech" => "ENUM('yubi_otp', 'u2f', 'hotp', 'totp')",
|
||||
"authmech" => "ENUM('yubi_otp', 'u2f', 'hotp', 'totp', 'webauthn')",
|
||||
"secret" => "VARCHAR(255) DEFAULT NULL",
|
||||
"keyHandle" => "VARCHAR(255) DEFAULT NULL",
|
||||
"publicKey" => "VARCHAR(255) DEFAULT NULL",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue