From 7ce83ea72f9d3635d1364a1afc2e5d1e02b884fe Mon Sep 17 00:00:00 2001 From: Pedro Z Date: Thu, 18 Dec 2025 09:21:03 +0100 Subject: [PATCH] pass full redirect URL --- R/oauth-flow-auth-code.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/oauth-flow-auth-code.R b/R/oauth-flow-auth-code.R index 885b0346..4d5bb0ce 100644 --- a/R/oauth-flow-auth-code.R +++ b/R/oauth-flow-auth-code.R @@ -183,7 +183,7 @@ oauth_flow_auth_code <- function( client, grant_type = "authorization_code", code = code, - redirect_uri = redirect_uri, + redirect_uri = redirect$uri, !!!token_params ) }