PASETO (Platform-Agnostic Security Tokens implementation) in Go paseto.
See also JWT in Go cristalhq/jwt.
- Simple API.
- Clean and tested code.
- Optimized for speed.
- Concurrent-safe.
See docs or GUIDE.md for more details.
Go version 1.21+
go get github.com/cristalhq/paseto
// TODO
See examples: example_test.go.