2022-08-18 |
Matthew Wild |
mod_http_oauth2: Update for new new role API
|
2022-07-13 |
Matthew Wild |
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
|
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
|
2020-11-21 |
Kim Alvefur |
mod_http_oauth2: Authorization code flow
|
2020-11-09 |
Kim Alvefur |
mod_http_oauth2: Fix typo not caught by luacheck
|
2020-10-23 |
Kim Alvefur |
mod_http_oauth2: Accept empty scope
|
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)
|