aboutsummaryrefslogtreecommitdiff
path: root/lib/paseto
AgeCommit message (Expand)Author
11 dayspaseto/v4: realign struct in testShulhan
14 dayspaseto/v4: allow empty Footer and empty data in PayloadShulhan
2026-03-31lib/paseto: move [Message.Unpack] to [v4.UnpackPublicToken]Shulhan
2026-03-30lib/paseto: update v4 package doc and mark v2 as deprecatedShulhan
2026-03-30lib/paseto: make the DriftSeconds changeableShulhan
2026-03-30lib/paseto: rename the field Public and Private in PeerShulhan
2026-03-30lib/paseto: add unit tests for Payload and Message typesShulhan
2026-03-30paseto/v4: embed the Peer inside the PublicModeShulhan
2026-03-30paseto/v4: improve examples by splitting example and packageShulhan
2026-03-30lib/paseto: predefines errors variablesShulhan
2026-03-30paseto/v4: implements API to Pack and Unpack Message for PublicModeShulhan
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-29paseto/v4: implements public protocol for paseto version 4Shulhan
2026-03-29paseto/v4: implements local protocol for paseto version 4Shulhan
2026-03-28lib/paseto: move implementation to sub directory "v2"Shulhan
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-01-23all: use for-range with numericShulhan
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-09-11lib/paseto: add missing comment to exported typeShulhan
2023-09-11lib/paseto: realign struct for better size allocationShulhan
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
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2020-11-15paseto: add unit test to validate JSON tokenShulhan
2020-10-21paseto: add 5 seconds time drift when validating JSONTokenShulhan
2020-10-08paseto: fix linter warningsShulhan
2020-09-21paseto: change the Unpack return type to PublicTokenShulhan
2020-09-16paseto: handle token request under 1 secondShulhan
2020-09-15paseto: round the time to second to prevent sub-second precisionShulhan
2020-09-14paseto: use byte as parameter for calculating little-endianShulhan
2020-09-09paseto: check for empty key ID and private key on NewPublicModeShulhan
2020-09-09paseto: add method to unpack token from HTTP requestShulhan
2020-09-09paseto: implement strict JSON token validationShulhan
2020-09-09paseto: new package for working with pasetoShulhan