This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
NCaptcha.Interfaces
yueyinqiu edited this page Jan 22, 2021
·
8 revisions
NCaptcha.Interfaces
is the centre library of the whole project.
With the interfaces, you can put various implementions together, and also create your own implementions as you like.
We have made some easy implementions in this current repository.
They may not be suitable to use in some cases, but as examples, they works well.
You can find their introduction in Our Extensions
part.
In this current repository:
NCaptcha.AnswerSavers.InMemoryGuidDictionary
NCaptcha.CaptchaFactories.Base
NCaptcha.CaptchaFactories.Image
NCaptcha.TicketFactories.InMemoryGuidDictionary
In other repositories: