🔐 Passkey Authentication
+Secure passwordless authentication
+ + +diff --git a/.gitignore b/.gitignore index da6f209..cc66455 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ k8s/*-secret.yaml # Development files dev-* + +*.log diff --git a/internal/database/database.go b/internal/database/database.go index e3eea0f..c43982d 100644 --- a/internal/database/database.go +++ b/internal/database/database.go @@ -31,7 +31,7 @@ type Credential struct { } func New(dbPath string) (*DB, error) { - conn, err := sql.Open("sqlite3", dbPath+"?_fk=1") + conn, err := sql.Open("sqlite", dbPath+"?_fk=1") if err != nil { return nil, err } diff --git a/web/index.html b/web/index.html index aae9eff..1184732 100644 --- a/web/index.html +++ b/web/index.html @@ -1,85 +1,13 @@ - +
-Secure Authentication
-Secure passwordless authentication
+ + +