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