# HG changeset patch # User Kim Alvefur # Date 1683719039 -7200 # Node ID 53f34e17d590b4f1dd0824b9a1e5f935f638da0b # Parent 49306afbf72222ce378fc3802e27dbcfb54f328d mod_auth_oauth_external: Remove untested role mapping This ... broke things. If brought back, it would need additional validation. diff -r 49306afbf722 -r 53f34e17d590 mod_auth_oauth_external/mod_auth_oauth_external.lua --- a/mod_auth_oauth_external/mod_auth_oauth_external.lua Wed May 10 12:55:13 2023 +0200 +++ b/mod_auth_oauth_external/mod_auth_oauth_external.lua Wed May 10 13:43:59 2023 +0200 @@ -77,7 +77,6 @@ if response.jid then self.username, self.realm, self.resource = jid.prepped_split(response.jid, true); end - self.role = response.role; self.token_info = response; return true, true; end