aboutsummaryrefslogtreecommitdiff
path: root/lib/paseto/paseto.go
AgeCommit message (Expand)Author
2026-03-31lib/paseto: move [Message.Unpack] to [v4.UnpackPublicToken]Shulhan
2026-03-30lib/paseto: add unit tests for Payload and Message typesShulhan
2026-03-30lib/paseto: store the time as Unix epoch inside PayloadShulhan
2026-03-29lib/paseto: move message, payload, footer, and key type from v2Shulhan
2026-03-28lib/paseto: move implementation to sub directory "v2"Shulhan
2025-01-23all: use for-range with numericShulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2022-09-21lib/paseto: reformat the documentationShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-04-22paseto: replace le64() function with binary.Write()Shulhan
2020-10-08paseto: fix linter warningsShulhan
2020-09-14paseto: use byte as parameter for calculating little-endianShulhan
2020-09-09paseto: implement strict JSON token validationShulhan
2020-09-09paseto: new package for working with pasetoShulhan