Log

mod_http_oauth2/mod_http_oauth2.lua @ 4939:1a58345d91a9

description author age
mod_http_oauth2: Gracefully handle cache write failure Kim Alvefur 2021-09-02
mod_http_oauth2: Optimize cleanup timer Kim Alvefur 2021-09-02
mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda) Matthew Wild 2021-01-21
mod_http_oauth2: Rudimentary support for scopes (but not really) Matthew Wild 2021-01-16
mod_http_oauth2: Fix passing OAuth-specific error details Kim Alvefur 2020-11-28
mod_http_oauth2: Periodically trim unused authorization codes Kim Alvefur 2020-11-22
mod_http_oauth2: Keep authorization codes in memory instead of storage Kim Alvefur 2020-11-22
mod_http_oauth2: Reduce authorization code validity time to 2 minutes Kim Alvefur 2020-11-22
mod_http_oauth2: Factor out authorization code validity decision Kim Alvefur 2020-11-22
mod_http_oauth2: Add TODO Kim Alvefur 2020-11-22
mod_http_oauth2: Improve storage of client secret Kim Alvefur 2020-11-22
mod_http_oauth2: Rescope oauth client config into users' storage Kim Alvefur 2020-11-21
mod_http_oauth2: Remove unnecessary redirect uri check Kim Alvefur 2020-11-21
mod_http_oauth2: Unpack event object to improve readability Kim Alvefur 2020-11-21
mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd3 Kim Alvefur 2020-11-21
mod_http_oauth2: Authorization code flow Kim Alvefur 2020-11-21
mod_http_oauth2: Fix typo not caught by luacheck Kim Alvefur 2020-11-09
mod_http_oauth2: Accept empty scope Kim Alvefur 2020-10-23
mod_http_oauth2: Set content type on successful repsponses (fixes #1501) Kim Alvefur 2020-03-08
mod_http_oauth2: Use component_secret setting as password on Components Kim Alvefur 2020-02-27
mod_http_oauth2: Allow creation of full JID tokens Kim Alvefur 2020-02-27
mod_http_oauth2: Refactor re-joining of JID out of token constructor Kim Alvefur 2020-02-27
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4 Matthew Wild 2020-02-26
mod_http_oauth2: Implement real tokens using mod_authtokens Matthew Wild 2020-02-26
mod_http_oauth2: OAuth2 API (work in progress for developers only) Matthew Wild 2020-02-23