Remove old comment

This commit is contained in:
Daniel Krol 2022-07-11 09:46:45 -04:00
parent 6646e9a4f9
commit aa7dd09816

View file

@ -8,11 +8,6 @@ import (
"time" "time"
) )
// TODO - Learn how to use https://github.com/golang/oauth2 instead
// TODO - Look into jwt, etc.
// For now I just want a process that's shaped like what I'm looking for.
// (email/password, encrypted wallets, hmac, sequence (eventually lastSynced), etc)
type UserId int32 type UserId int32
type Email string type Email string
type DeviceId string type DeviceId string