Mercurial > prosody-modules
comparison mod_adhoc_oauth2_client/mod_adhoc_oauth2_client.lua @ 4262:6d7fb22c0440
mod_adhoc_oauth2_client: Note TODO
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 22 Nov 2020 01:31:27 +0100 |
| parents | 608be9a66876 |
| children | d3af5f94d6df |
comparison
equal
deleted
inserted
replaced
| 4261:608be9a66876 | 4262:6d7fb22c0440 |
|---|---|
| 44 end | 44 end |
| 45 | 45 |
| 46 local handler = adhoc.new_simple_form(new_client, create_client); | 46 local handler = adhoc.new_simple_form(new_client, create_client); |
| 47 | 47 |
| 48 module:provides("adhoc", module:require "adhoc".new(new_client.title, new_client[1].value, handler, "local_user")); | 48 module:provides("adhoc", module:require "adhoc".new(new_client.title, new_client[1].value, handler, "local_user")); |
| 49 | |
| 50 -- TODO list/manage/revoke clients |
