Initial commit for the framework

The ChallengeProvider trait provides the methods to be implemented by the challenge providers.

The framework gets a challenge from a challenge provider, inserts the details of the challenge into the database, and gives the challenge to the user. It then gets the answer from the user, and sends it to the challenge provider for verification.

This commit includes the implementation only for FilterChallenge provider.
This commit is contained in:
sanjana
2018-06-06 12:18:40 +05:30
parent 758eb4d9b9
commit f73f2a762f
7 changed files with 94 additions and 149 deletions

BIN
lib/h2-1.4.197.jar Executable file

Binary file not shown.