log mod_auth_oauth_external/mod_auth_oauth_external.lua @ 5605:17aa3bac7f3a

age author description
22 months ago Kim Alvefur mod_auth_oauth_external: Also do XEP-0106 escaping in SASL OAUTHBEARER
22 months ago Kim Alvefur mod_auth_oauth_external: Stub not implemented auth module methods
22 months ago Kim Alvefur mod_auth_oauth_external: Allow different username in PLAIN vs final JID
22 months ago Kim Alvefur mod_auth_oauth_external: Remove untested JID mapping
22 months ago Kim Alvefur mod_auth_oauth_external: Remove untested role mapping
22 months ago Kim Alvefur mod_auth_oauth_external: Expect XEP-0106 escaped username in PLAIN
22 months ago Kim Alvefur mod_auth_oauth_external: Make 'scope' configurable in password grant request
22 months ago Kim Alvefur mod_auth_oauth_external: Add setting for client_secret
22 months ago Kim Alvefur mod_auth_oauth_external: Work without token validation endpoint
22 months ago Kim Alvefur mod_auth_oauth_external: Fix missing import of util.jid
24 months ago Kim Alvefur mod_auth_oauth_external: Allow setting identity instead of discovery URL
24 months ago Kim Alvefur mod_auth_oauth_external: Support PLAIN via resource owner password grant
24 months ago Kim Alvefur mod_auth_oauth_external: Authenticate against an OAuth 2 provider