https://github.com/prasannajeet/recaptchasampleandroid
This is a sample recaptcha implementation to be done in Android
https://github.com/prasannajeet/recaptchasampleandroid
Last synced: 9 months ago
JSON representation
This is a sample recaptcha implementation to be done in Android
- Host: GitHub
- URL: https://github.com/prasannajeet/recaptchasampleandroid
- Owner: prasannajeet
- Created: 2018-08-23T01:53:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T14:08:24.000Z (over 6 years ago)
- Last Synced: 2023-10-26T02:36:58.953Z (about 2 years ago)
- Language: Java
- Size: 147 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reCaptchaSampleAndroid
This project shows how to add a captcha in your android application.
Medium article --- https://medium.com/@prasannajeet/using-recaptcha-in-android-with-safetynet-api-and-retrofit-b5e7cc6fd132
There are 2 steps involved
1. Verification on the device via SafetyNet API
2. Verification on the server to ensure validity post client side captcha validation