feat(auth): encrypt password login transport

Closes #6743
This commit is contained in:
CaIon
2026-08-29 20:11:36 +08:00
parent 98d50d5383
commit b80d633cf5
10 changed files with 372 additions and 12 deletions
+2
View File
@@ -316,6 +316,7 @@ func migrateDB() error {
&ExternalIdentityClaim{},
&PasskeyCredential{},
&Option{},
&LoginEncryptionKey{},
&Redemption{},
&Ability{},
&Log{},
@@ -380,6 +381,7 @@ func migrateDBFast() error {
{&ExternalIdentityClaim{}, "ExternalIdentityClaim"},
{&PasskeyCredential{}, "PasskeyCredential"},
{&Option{}, "Option"},
{&LoginEncryptionKey{}, "LoginEncryptionKey"},
{&Redemption{}, "Redemption"},
{&Ability{}, "Ability"},
{&Log{}, "Log"},