This is a basic implementation of Arcade's Custom User Verifier
- Go to User verification on the Arcade dashboard
- Enable "Custom user verifier"
- Configure
http://localhost:3000/verifyon the "Custom user verifier URL" field. - Click "Save setings"
Ensure your uv environment has all the dependencies
uv sync
run the server
flask --app main run -p 3000
This will run the server in http://localhost:3000
uv run test-verifier.py