Software /
code /
prosody-modules
File
mod_adhoc_oauth2_client/README.markdown @ 4647:b91e40472d68
mod_storage_xmlarchive: Fix return of numeric 'when' from key-value API
At some point, 'when' was stored as a timestamp string then as a numeric
UNIX timestamp, so both cases needs to be handled, as they are
elsewhere.
Thanks spec/core_storagemanager_spec.lua
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 13 Aug 2021 01:37:15 +0200 |
parent | 4264:84bdf7e01744 |
child | 5253:d3b2d42daaee |
line wrap: on
line source
--- labels: - Stage-Alpha summary: 'Create OAuth2 clients via ad-hoc command' ... Introduction ============ Allows creating OAuth2 clients for use with [mod_http_oauth2]. Otherwise a work-in-progress intended for developers only! Configuration ============= **TODO** Compatibility ============= Probably Prosody trunk.