Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -10/+10 |
* | util.paseto: Add support for v3.local tokens | Matthew Wild | 2023-01-13 | 1 | -0/+98 |
* | util.paseto: Fix omitted parameter | Matthew Wild | 2023-01-13 | 1 | -1/+1 |
* | util.paseto: Stricter base64 decoding, as per spec | Matthew Wild | 2023-01-13 | 1 | -0/+11 |
* | util.paseto: Do strict type check in pae() function | Kim Alvefur | 2022-07-11 | 1 | -0/+3 |
* | util.paseto: Drop custom wrappers around key objects | Matthew Wild | 2022-07-11 | 1 | -46/+5 |
* | util.paseto: Export similar API to new util.jwt for ease and consistency | Matthew Wild | 2022-07-11 | 1 | -0/+21 |
* | util.paseto: Error early on invalid keys | Matthew Wild | 2022-07-11 | 1 | -0/+2 |
* | util.paseto: Fix to decode footer before comparison | Matthew Wild | 2022-07-11 | 1 | -0/+1 |
* | util.paseto: Implementation of PASETO v4.public tokens | Matthew Wild | 2022-06-24 | 1 | -0/+123 |