log mod_http_oauth2/mod_http_oauth2.lua @ 4763:91077c928c57

age author description
2021-09-02 Kim Alvefur mod_http_oauth2: Gracefully handle cache write failure
2021-09-02 Kim Alvefur mod_http_oauth2: Optimize cleanup timer
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
2020-11-22 Kim Alvefur mod_http_oauth2: Factor out authorization code validity decision
2020-11-22 Kim Alvefur mod_http_oauth2: Add TODO
2020-11-22 Kim Alvefur mod_http_oauth2: Improve storage of client secret
2020-11-21 Kim Alvefur mod_http_oauth2: Rescope oauth client config into users' storage
2020-11-21 Kim Alvefur mod_http_oauth2: Remove unnecessary redirect uri check
2020-11-21 Kim Alvefur mod_http_oauth2: Unpack event object to improve readability
2020-11-21 Kim Alvefur mod_http_oauth2: Fix incomplete function arity change in dea6bea2ddd3