Software /
code /
prosody
Log
util/jwt.lua @ 12735:445f7bd6ffc4
description | author | age |
---|---|---|
util.crypto, util.jwt: Generate consistent signature sizes (via padding) | Matthew Wild | 2022-09-29 |
util.jwt: Add new init() convenience method to obtain both signer and verifier | Matthew Wild | 2022-07-11 |
util.jwt: Consolidate payload parsing, ensure it's always a valid object | Matthew Wild | 2022-07-11 |
util.jwt: Provide built-in token expiry support (defaults to 3600s lifetime) | Matthew Wild | 2022-07-11 |
util.jwt: All the algorithms (+ all the tests!) | Matthew Wild | 2022-07-02 |
util.crypto: More digests for sign/verify, use macros for clarity/consistency | Matthew Wild | 2022-07-02 |