don't use session

This commit is contained in:
2025-01-23 14:54:05 -06:00
parent 665341961d
commit 7f6c828ea5
5 changed files with 1 additions and 58 deletions

View File

@@ -189,6 +189,7 @@ func (n *NKodeAPI) Login(customerId entities.CustomerId, userEmail entities.User
return nil, err
}
}
jwtToken, err := security.NewAuthenticationTokens(string(user.Email), uuid.UUID(customerId))
if err != nil {
return nil, err