diff options
Diffstat (limited to 'lib/paseto/v4/pasetov4.go')
| -rw-r--r-- | lib/paseto/v4/pasetov4.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/paseto/v4/pasetov4.go b/lib/paseto/v4/pasetov4.go new file mode 100644 index 00000000..3897186c --- /dev/null +++ b/lib/paseto/v4/pasetov4.go @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: BSD-3-Clause +// SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info> + +// Package pasetov4 provides a simple, ready to use, opinionated +// implementation of Platform-Agnostic SEcurity TOkens (PASETO) version 4 as +// defined in [paseto-v4]. +// +// [paseto-v4]: https://github.com/paseto-standard/paseto-spec/blob/master/docs/01-Protocol-Versions/Version4.md +package pasetov4 |
