Software /
code /
prosody-modules
Diff
mod_http_oauth2/mod_http_oauth2.lua @ 3915:80dffbbd056b
mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 26 Feb 2020 22:48:10 +0000 |
parent | 3908:8ac5d9933106 |
child | 3918:dea6bea2ddd3 |
line wrap: on
line diff
--- a/mod_http_oauth2/mod_http_oauth2.lua Wed Feb 26 22:30:50 2020 +0100 +++ b/mod_http_oauth2/mod_http_oauth2.lua Wed Feb 26 22:48:10 2020 +0000 @@ -4,7 +4,7 @@ local usermanager = require "core.usermanager"; local errors = require "util.error"; -local tokens = module:depends("authtokens"); +local tokens = module:depends("tokenauth"); local function oauth_error(err_name, err_desc) return errors.new({