@superdevofficial/feathers-recaptcha
v0.1.1
Published
> Little plugin based on express-recaptcha
Readme
Feathers Google Recaptcha
Little plugin based on express-recaptcha
Installation
In the app.ts file :
import { FeathersRecaptcha } from '@superdevofficial/feathers-recaptcha';
app.configure(FeathersRecaptcha.configure({
siteKey: 'your-super-dupper-site-key-from-the-best-browser-company-in-the-world',
secretKey: 'xxxxxx-xxxxxx-xxxxxxxx-xxxx',
...
}));Front-side
Use the g-recaptcha-response field either via the queries, or directly in the body of your request
