Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action value missing from assessment when token is generated from iOS #18

Closed
gabrielginter opened this issue Jul 11, 2023 · 2 comments
Closed

Comments

@gabrielginter
Copy link

My code calls execute with the default action like:

var token = await RecaptchaEnterprise.execute(RecaptchaAction.LOGIN()); (initClient is called earlier successfully)

When getting the assessment on my server for such token, the tokenProperties.action value in the returned JSON is blank. This does not happen on tokens generated on Android.

Is this expected behaviour?

Thanks

@mcorner
Copy link
Collaborator

mcorner commented Jul 11, 2023

You are correct, fix in progress. Thanks for the report

@mcorner
Copy link
Collaborator

mcorner commented Jul 12, 2023

Ok, pushed to pub.dev as 18.2.2+1. Give it a try and LMK if there are issues.

@mcorner mcorner closed this as completed Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants