shopinvader / locomotive-shopinvader

LocomotiveCMS Plugin for Shopinvader
https://shopinvader.com
MIT License
12 stars 15 forks source link

[IMP] Drop recaptcha response from request once it is validated #72

Closed HviorForgeFlow closed 1 year ago

HviorForgeFlow commented 2 years ago

Using recaptcha on content type is fine, but when trying to use it directly to an Odoo Rest API request, recaptcha response needs to be added to rest framework validators. As validation takes place on locomotive itself, once google recaptcha is validated we can pop it from the request.

WDYT @sebastienbeau @lmignon @did

HviorForgeFlow commented 2 years ago

ping @sebastienbeau @simahawk