index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
paseto
Age
Commit message (
Expand
)
Author
11 days
paseto/v4: realign struct in test
Shulhan
14 days
paseto/v4: allow empty Footer and empty data in Payload
Shulhan
2026-03-31
lib/paseto: move [Message.Unpack] to [v4.UnpackPublicToken]
Shulhan
2026-03-30
lib/paseto: update v4 package doc and mark v2 as deprecated
Shulhan
2026-03-30
lib/paseto: make the DriftSeconds changeable
Shulhan
2026-03-30
lib/paseto: rename the field Public and Private in Peer
Shulhan
2026-03-30
lib/paseto: add unit tests for Payload and Message types
Shulhan
2026-03-30
paseto/v4: embed the Peer inside the PublicMode
Shulhan
2026-03-30
paseto/v4: improve examples by splitting example and package
Shulhan
2026-03-30
lib/paseto: predefines errors variables
Shulhan
2026-03-30
paseto/v4: implements API to Pack and Unpack Message for PublicMode
Shulhan
2026-03-30
lib/paseto: store the time as Unix epoch inside Payload
Shulhan
2026-03-29
lib/paseto: move message, payload, footer, and key type from v2
Shulhan
2026-03-29
paseto/v4: implements public protocol for paseto version 4
Shulhan
2026-03-29
paseto/v4: implements local protocol for paseto version 4
Shulhan
2026-03-28
lib/paseto: move implementation to sub directory "v2"
Shulhan
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2025-01-23
all: use for-range with numeric
Shulhan
2025-01-23
all: replace "interface{}" with "any"
Shulhan
2024-03-05
all: comply with linter recommendations #2
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2023-09-11
lib/paseto: add missing comment to exported type
Shulhan
2023-09-11
lib/paseto: realign struct for better size allocation
Shulhan
2022-09-21
lib/paseto: reformat the documentation
Shulhan
2022-05-09
all: reformat all codes using gofmt 1.19 (the Go tip)
Shulhan
2021-04-22
paseto: replace le64() function with binary.Write()
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2020-11-15
paseto: add unit test to validate JSON token
Shulhan
2020-10-21
paseto: add 5 seconds time drift when validating JSONToken
Shulhan
2020-10-08
paseto: fix linter warnings
Shulhan
2020-09-21
paseto: change the Unpack return type to PublicToken
Shulhan
2020-09-16
paseto: handle token request under 1 second
Shulhan
2020-09-15
paseto: round the time to second to prevent sub-second precision
Shulhan
2020-09-14
paseto: use byte as parameter for calculating little-endian
Shulhan
2020-09-09
paseto: check for empty key ID and private key on NewPublicMode
Shulhan
2020-09-09
paseto: add method to unpack token from HTTP request
Shulhan
2020-09-09
paseto: implement strict JSON token validation
Shulhan
2020-09-09
paseto: new package for working with paseto
Shulhan