1
0
Fork 0
mirror of https://github.com/mCaptcha/mCaptcha.git synced 2025-03-26 03:08:58 +03:00
mCaptcha/db/db-sqlx-postgres
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
..
migrations feat: impl traits to add, get and mark read notifications for sqlx 2022-05-26 19:32:16 +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 postgres implementation via sqlx 2022-05-11 13:33:29 +05:30
Cargo.toml feat: implement adding captcha for sqlx postgres 2022-05-12 19:09:44 +05:30
sqlx-data.json feat: fix sqlx offline compilation 2022-05-27 19:06:07 +05:30