RyanDaDeng / laravel-google-recaptcha-v3

It's probably the best Laravel Package for Google reCAPTCHA v3. Vue component supported.
MIT License
275 stars 40 forks source link

Add nonce injection to init. #63

Closed lxlang closed 4 years ago

lxlang commented 4 years ago

I added some documentation for nonce feature of @Weisskpub.

This allows users to inject a nonce to the generated script tags. That makes this package suitable for applications with a strict consent-security-policy.

Fixes #62