Note for a fix needed to be done

This commit is contained in:
Melody Becker 2025-04-02 13:45:32 +02:00
parent 77f06c752e
commit 17e8c1073f
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI

View file

@ -2,6 +2,12 @@ package models
import "gorm.io/gorm"
// FIXME: Move passkeys to separate table
// Storing passkey credentials in this table requires marshalling
// them to json as of right now
// This causes problems with updating if encryption has to be added
// Same also needs to be done for the login process
// One authentication method linked to one account.
// Contains the method and whatever the token may be
// For a password, this would be a hash of that password,