aidantwoods / go-paseto

Platform-Agnostic Security Tokens implementation in Golang.
https://pkg.go.dev/aidanwoods.dev/go-paseto
MIT License
307 stars 17 forks source link

Export V4AsymmetricPublicKey to paserk k4.public #3

Open suttod opened 2 years ago

suttod commented 2 years ago

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 concept matches your requirements. If yes, I'd follow by implementing other plain exports and imports.