Replies: 1 comment 2 replies
-
Please follow this https://vue3-google-signin.syetalabs.io/guide/creating-custom-buttons.html#verify-code-on-the-backend |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Using the
useCodeClient
composable how can I get access to the redirect url value that was used? I need to provide that exact value to my backend for code validation. Whatever value I try for my backend validation I receive aredirect_uri_mismatch
.I see in the source code it returns
codeRequestRedirectUrl
but it didn't help.Thxs in advance
Beta Was this translation helpful? Give feedback.
All reactions