Software /
code /
prosody-modules
Changeset
5556:dfade0e38930
mod_oidc_userinfo_vcard4: Remove unused import
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 18 Jun 2023 15:28:23 +0200 |
parents | 5555:34b63d0144c3 |
children | 5557:d7667d9ad96a |
files | mod_oidc_userinfo_vcard4/mod_oidc_userinfo_vcard4.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_oidc_userinfo_vcard4/mod_oidc_userinfo_vcard4.lua Sun Jun 18 15:28:13 2023 +0200 +++ b/mod_oidc_userinfo_vcard4/mod_oidc_userinfo_vcard4.lua Sun Jun 18 15:28:23 2023 +0200 @@ -1,8 +1,6 @@ -- Provide OpenID UserInfo data to mod_http_oauth2 -- Alternatively, separate module for the whole HTTP endpoint? -- -local nodeprep = require "util.encodings".stringprep.nodeprep; - module:add_item("openid-claim", "address"); module:add_item("openid-claim", "email"); module:add_item("openid-claim", "phone");