VividCortex / angular-recaptcha

AngularJS directive to add a reCaptcha widget to your form
http://vividcortex.github.io/angular-recaptcha/
MIT License
496 stars 257 forks source link

Deprecate secure tokens #136

Open mtrias opened 8 years ago

mtrias commented 8 years ago

On #100 we added support for the Secure tokens functionality which was deprecated in google recaptcha.

We should drop this and add support for Domain validation.

TheSharpieOne commented 8 years ago

I'm all for dropping the deprecated Secure tokens, but I don't see anything that can be done / needs to be done by this module to support Domain validation. Domain validation is all server side.

mtrias commented 8 years ago

Ha! you are right.

I'd say we should drop support for secure tokens in our next major bump.