log mod_http_oauth2/mod_http_oauth2.lua @ 4527:9a6aaba3d5ef

age author description
2021-01-21 Matthew Wild mod_http_oauth2: Add endpoint to revoke a key (RFC 7009 kinda)
2021-01-16 Matthew Wild mod_http_oauth2: Rudimentary support for scopes (but not really)
2020-11-28 Kim Alvefur mod_http_oauth2: Fix passing OAuth-specific error details
2020-11-22 Kim Alvefur mod_http_oauth2: Periodically trim unused authorization codes
2020-11-22 Kim Alvefur mod_http_oauth2: Keep authorization codes in memory instead of storage
2020-11-22 Kim Alvefur mod_http_oauth2: Reduce authorization code validity time to 2 minutes