changeset 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
parents 60e0bc35de33
children 0e5a37f55440
files mod_http_oauth2/mod_http_oauth2.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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