# HG changeset patch # User Kim Alvefur # Date 1606005087 -3600 # Node ID 6d7fb22c0440040303909992c06c90498260298f # Parent 608be9a6687698b7c09731c0bc58ced7733aa268 mod_adhoc_oauth2_client: Note TODO diff -r 608be9a66876 -r 6d7fb22c0440 mod_adhoc_oauth2_client/mod_adhoc_oauth2_client.lua --- a/mod_adhoc_oauth2_client/mod_adhoc_oauth2_client.lua Sun Nov 22 00:50:45 2020 +0100 +++ b/mod_adhoc_oauth2_client/mod_adhoc_oauth2_client.lua Sun Nov 22 01:31:27 2020 +0100 @@ -46,3 +46,5 @@ local handler = adhoc.new_simple_form(new_client, create_client); module:provides("adhoc", module:require "adhoc".new(new_client.title, new_client[1].value, handler, "local_user")); + +-- TODO list/manage/revoke clients