A new generation of captcha.
https://sscaptcha.herokuapp.com/
Check required dependencies in package.json
This also requires sqlite, setup with
db_setup/sqlite_setup.sql.
We use dotenv to manage
secret keys in the repo. Please make sure there exist a .env
file containing the values below
NP_KEY=noun_project_key
NP_SECRET=noun_project_secret
SQLITE_DB=<path_to_sscaptcha>/sscaptcha.sqlite
ICON_FOLDER=<path_to_sscaptcha>/icons
Run: node server
Open localhost:8080
This is composed of a few components:
The icon database is currently built on top of: (mysql) Some sources of icons include:
- thenounproject.com
- icons8.com