Commit Graph

2 Commits

Author SHA1 Message Date
hrj 056aa9ae70 updated h2 to latest version 2020-07-04 17:26:19 +05:30
sanjana f73f2a762f 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.
2018-06-06 12:18:40 +05:30