log mod_http_oauth2/mod_http_oauth2.lua @ 3947:1f90e333b1d8

age author description
2020-03-08 Kim Alvefur mod_http_oauth2: Set content type on successful repsponses (fixes #1501)
2020-02-27 Kim Alvefur mod_http_oauth2: Use component_secret setting as password on Components
2020-02-27 Kim Alvefur mod_http_oauth2: Allow creation of full JID tokens
2020-02-27 Kim Alvefur mod_http_oauth2: Refactor re-joining of JID out of token constructor
2020-02-26 Matthew Wild mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
2020-02-26 Matthew Wild mod_http_oauth2: Implement real tokens using mod_authtokens
2020-02-23 Matthew Wild mod_http_oauth2: OAuth2 API (work in progress for developers only)