There was an error while loading. Please reload this page.
1 parent fa3a1f3 commit 3a3febfCopy full SHA for 3a3febf
1 file changed
lib/sorcery/providers/apple.rb
@@ -53,6 +53,8 @@ def process_callback(params, _session)
53
a[:client_secret] = client_secret
54
end
55
56
+ byebug
57
+
58
@user_info = JSON.parse(params[:user] || {})
59
60
get_access_token(args, token_url: token_url, token_method: :post)
0 commit comments