Cridium / storage-server

Backend implementation of Cridium Storage built with DeepKit
https://cridium.krtl.top
Apache License 2.0
3 stars 0 forks source link

[Feature]: Support third-party CAPTCHA providers. #61

Open Keritial opened 2 years ago

Keritial commented 2 years ago

How it is look like to support third-party CAPTCHA providers like Google's reCAPTCHA and hCaptcha? (personally I think hCaptcha provides bad user experience, but it's cheaper than Google's)

See Google's documentation for more details: https://developers.google.com/recaptcha/docs/v3

Originally posted by @Keritial in https://github.com/Cridium/storage-server/issues/33#issuecomment-1195486476

Keritial commented 2 years ago

Although I don't think CAPTCHA is a high priority feature in this very early stage, but you implemented it.