mCaptcha/db/db-core
realaravinth 7d0e4c6be4
fix: prevent sitekey abuse with account secret authentication for access token validation
SUMMARY
    At present, sitekey can be abused by installing it on a third-party
    site as verifying the access token returned from CAPTCHA validation
    doesn't require any authentication.

    This fix uses account secret authentication to verify access tokens

credits: by @gusted
2022-07-22 19:44:35 +05:30
..
src fix: prevent sitekey abuse with account secret authentication for access token validation 2022-07-22 19:44:35 +05:30
.gitignore feat: init and define database ops as interfaces to support multiple DBs 2022-05-11 13:33:29 +05:30
Cargo.toml feat: define interface for creating captcha 2022-05-12 11:50:24 +05:30