go-paseto icon indicating copy to clipboard operation
go-paseto copied to clipboard

Platform-Agnostic Security Tokens implementation in Golang.

Results 4 go-paseto issues
Sort by recently updated
recently updated
newest added

Implement serialization and deserialization of v2/3/4 local/secret/public keys as well as key identifiers (lid/sid/pid). I based this on @suttod's work (#3) and integrated the feedback you left there, @aidantwoods. There's...

This would be a breaking change, so if this is merged it'll be a major version bump. Unsure if I like this new API, so letting this sit for a...

Just leaving this here as a conversation starter. I might not be aware of all details, but, is there any particular reason to compute new keys even though they must...

Hi, I have started to work on an initial implementation of PASERK keys. Currently only `V4AsymmetricPublicKeys` can be exported to `k4.public` paserk tokens. Would you please review if the implementation...