Skip to content

cristalhq/paseto

Repository files navigation

paseto

build-img pkg-img reportcard-img coverage-img version-img

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.

License

MIT License.