update dockerfile + wip passkey implementation

This commit is contained in:
2026-03-02 17:07:30 -05:00
parent 511e62b58c
commit 9e09110b16
12 changed files with 497 additions and 427 deletions

View File

@@ -9,9 +9,7 @@ message Credentials{
string password = 2;
}
message PassKeyPayload {
}
message Jwt{
@@ -110,4 +108,15 @@ message SearchQuery {
message Filter {
string key = 1;
repeated string values = 2;
}
message PasskeyPayload {
}
message PasskeyRegistrationCreds{
}
message PasskeyPublicKey{
}