greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
713 stars 196 forks source link

Added the Secure Token option [#85] #104

Closed umbertix closed 8 years ago

umbertix commented 8 years ago

I've added a new option with backwards compatibility to use the Secure token option, as described here https://developers.google.com/recaptcha/docs/secure_token, in order to use it you have to add a data-stoken field.

Also updated the readme file in order to explain the new option and an example of the use.

Please feel free to edit, comment or let me know any change that you might feel necessary in order to merge.

Please note that as in the Issue [#85] @danieljausovec has helped me and provided a first draft of the code.

danieljausovec commented 8 years ago

Nice. Well done! I am glad that I could help in this project.

greggilbert commented 8 years ago

Couple of thoughts on this: