Software /
code /
prosody-modules
Diff
mod_http_oauth2/mod_http_oauth2.lua @ 5268:bac39c6e7203
mod_http_oauth2: Remove another reference to obsolete function
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 22 Mar 2023 00:09:58 +0100 |
parent | 5267:60e0bc35de33 |
child | 5271:3a1df3adad0c |
line wrap: on
line diff
--- a/mod_http_oauth2/mod_http_oauth2.lua Tue Mar 21 22:29:47 2023 +0100 +++ b/mod_http_oauth2/mod_http_oauth2.lua Wed Mar 22 00:09:58 2023 +0100 @@ -426,7 +426,6 @@ response_type_handlers.code = nil; response_type_handlers.token = nil; grant_type_handlers.authorization_code = nil; - check_credentials = function () return false end end -- OAuth errors should be returned to the client if possible, i.e. by