aboutsummaryrefslogtreecommitdiffstats
path: root/util/paseto.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-10/+10
* util.paseto: Add support for v3.local tokensMatthew Wild2023-01-131-0/+98
* util.paseto: Fix omitted parameterMatthew Wild2023-01-131-1/+1
* util.paseto: Stricter base64 decoding, as per specMatthew Wild2023-01-131-0/+11
* util.paseto: Do strict type check in pae() functionKim Alvefur2022-07-111-0/+3
* util.paseto: Drop custom wrappers around key objectsMatthew Wild2022-07-111-46/+5
* util.paseto: Export similar API to new util.jwt for ease and consistencyMatthew Wild2022-07-111-0/+21
* util.paseto: Error early on invalid keysMatthew Wild2022-07-111-0/+2
* util.paseto: Fix to decode footer before comparisonMatthew Wild2022-07-111-0/+1
* util.paseto: Implementation of PASETO v4.public tokensMatthew Wild2022-06-241-0/+123