Closed Andrew-Dickinson closed 2 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.48%. Comparing base (
67ef170
) to head (4456281
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Adds captcha validation to the join form backend. Supports two different token types, the first is an implicit score based on the user's behavior. If that token scores low, then we will respond with HTTP 401 and the frontend will prompt them to do a checkbox captcha, which will generate a second token.
See also https://github.com/nycmeshnet/meshforms/pull/108
Closes #78