mythicalprogrammer / fumigate

0 stars 0 forks source link

Recaptcha for creating user #181

Closed mythicalprogrammer closed 5 years ago

mythicalprogrammer commented 5 years ago

Recaptcha

https://github.com/samueljseay/recaptcha https://hex.pm/packages/recaptcha

https://www.google.com/recaptcha/admin/site/314324471/settings https://developers.google.com/recaptcha/docs/verify

Captcha

https://hex.pm/packages/captcha https://github.com/davidqhr/elixir-captcha

mythicalprogrammer commented 5 years ago

Just in case I can't design the library's template.

   9   <!--
  10   <div class="g-recaptcha" data-sitekey="6Lf3NbwSAAAAAPtqBA2k8dxCQTT7uTzdfslg2zBN"></div>
  11   -->
mythicalprogrammer commented 5 years ago

Currently got a branch for recaptcha library. Got it to show the captcha.

Did not wire it up to controller yet.

mythicalprogrammer commented 5 years ago

Had to create custom controller for pow session and registration.

https://github.com/danschultzer/pow/blob/master/guides/CUSTOM_CONTROLLERS.md

But done.