From 5cc521ec33e4f7c36b04ae4eeed1d4caa0d73422 Mon Sep 17 00:00:00 2001 From: Jean Perez Date: Wed, 26 Jul 2023 17:04:46 -0300 Subject: [PATCH] add more logging --- plugin.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin.rb b/plugin.rb index 7d8efb1..f3ae231 100644 --- a/plugin.rb +++ b/plugin.rb @@ -292,6 +292,9 @@ class ::OAuth2BasicAuthenticator < Auth::ManagedAuthenticator extra: #{auth["extra"].to_hash.to_yaml} + + all: + #{auth&.to_hash&.to_yaml} LOG if SiteSetting.oauth2_fetch_user_details?