tallence / core-forms

A simple and lean formeditor for the CoreMedia CMS.
Apache License 2.0
19 stars 13 forks source link

Add Access to Site specific Re-Captcha Secrets for Frontend #43

Closed mgoellnitz closed 4 years ago

mgoellnitz commented 4 years ago

We needed a site specific implementation of the re-captcha service and thus our frontend needed to fetch the secrets from the configuration. Hope nothing is missing. (Should also be cherry-pickable back to cms-9)

mgoellnitz commented 4 years ago

I'd follow #3 since we don't like to have frontend fiddle around with contexts as parameters. (To send another commit h I'm still missing some test scope imports to use the CurrentContextService.)