working commit

This commit is contained in:
2026-06-06 02:28:44 +02:00
parent 557aea269d
commit c96602e933
60 changed files with 2506 additions and 1273 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ import (
"google.golang.org/grpc/status"
)
func (hand *Handler) Authentificate(ctx context.Context) (int64, error) {
func (hand *Handler) Authentificate(ctx context.Context) (string, error) {
var err error
var accountID int64
var accountID string
meta, _ := metadata.FromIncomingContext(ctx)
usernameArr := meta["username"]