harmony-development / protocol

The schemas for the Harmony protocol
Apache License 2.0
21 stars 2 forks source link

use own protobuf tokens instead of JWTs #12

Closed yusdacra closed 3 years ago

pontaoski commented 3 years ago

does token need to be its own package?

yusdacra commented 3 years ago

does token need to be its own package?

It's better this way IMO since it's not exactly related to anything else. We could also put it in harmonytypes.

pontaoski commented 3 years ago

does token need to be its own package?

It's better this way IMO since it's not exactly related to anything else. We could also put it in harmonytypes.

I think it'd be a good idea to put it there.