pvx icon indicating copy to clipboard operation
pvx copied to clipboard

PASETO implementation for Go programming language

Results 3 pvx issues
Sort by recently updated
recently updated
newest added

I find it inconvenient that encryption functions accept a Claims interface type, but the 1 interface method, `Valid() error`, is unused in those functions. It seems like it should accept...

Thank you for your work on implementing PASETO in Go. I have a question about the stability of this project. You state in the readme "API is not stabilized" and...

In order to use Paseto for my application I need cross-language interoperability. However the only two Paseto v4 implementations for Python enforce [Algorithm Lucidity](https://github.com/paseto-standard/paseto-spec/blob/master/docs/02-Implementation-Guide/03-Algorithm-Lucidity.md), meaning they currently cannot be easily...