RuoVea.ExCaptcha
#### 介绍 验证码 #### 使用示例 ``` /// <summary> /// 获取验证码 /// </summary> /// <returns></returns> [AllowAnonymous] [DisplayName("获取验证码")] public dynamic GetCaptcha() { var codeId = RuoVea.ExIdGen.IdGenerator.Id; var captcha = _captcha.Generate(codeId.ToString()); return new { Id = codeId, Img = captcha.Base64 }; } // 判断验证码 if (!_captcha.Validate(input.CodeId.ToString(), input.Code)) ```
Activity
- Latest release
- 3y ago
- Total releases
- 11
- Cadence
- ~19 days
- Last 12 months
- 0
Details
- First release
- Sep 29, 2021
| Version | Released | |
|---|---|---|
6.0.3
patch
|
6.0.3
patch
Dependencies (2)
|
|
6.0.2
patch
|
6.0.2
patch
Dependencies (4)
|
|
6.0.1
patch
|
6.0.1
patch
Dependencies (4)
|
|
6.0.0
major
|
6.0.0
major
Dependencies (3)
|
|
5.0.7
patch
|
5.0.7
patch
Dependencies (3)
|
|
5.0.6
patch
|
5.0.6
patch
Dependencies (3)
|
|
5.0.5
patch
|
5.0.5
patch
Dependencies (3)
|
|
5.0.4
patch
|
5.0.4
patch
Dependencies (2)
|
|
5.0.3
patch
|
5.0.3
patch
Dependencies (4)
|
|
5.0.2
patch
|
5.0.2
patch
Dependencies (3)
|
|
5.0.0
initial
|
5.0.0
initial
Dependencies (3)
|