Remove old comment
This commit is contained in:
parent
6646e9a4f9
commit
aa7dd09816
1 changed files with 0 additions and 5 deletions
|
@ -8,11 +8,6 @@ import (
|
|||
"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 Email string
|
||||
type DeviceId string
|
||||
|
|
Loading…
Reference in a new issue