teamhanko / passkeys

FIDO2-certified passkey server and SDKs for adding passkey support to any auth system
https://hanko.io/passkey-api
GNU Affero General Public License v3.0
115 stars 8 forks source link

fix(migration): change secrets key column to string #44

Closed shentschel closed 6 months ago

shentschel commented 7 months ago

Change column type to string with max length 200 for keys in secrets. Change Reason: MySQL cannot work with text fields in unique keys as they have no specified length

Tested with docker image mariadb:11

Closes: #43