add jwt / complete the rotation verification

This commit is contained in:
landaiqing
2024-08-12 22:05:59 +08:00
parent 54f6256c00
commit 48c5aeb0f4
31 changed files with 1702 additions and 44 deletions

View File

@@ -12,11 +12,14 @@ import (
// Config 全局配置文件
var (
CONFIG *config.Config
DB *gorm.DB
LOG *logrus.Logger
TextCaptcha click.Captcha
SlideCaptcha slide.Captcha
RotateCaptcha rotate.Captcha
REDIS *redis.Client
CONFIG *config.Config
DB *gorm.DB
LOG *logrus.Logger
TextCaptcha click.Captcha
LightTextCaptcha click.Captcha
ClickShapeCaptcha click.Captcha
SlideCaptcha slide.Captcha
RotateCaptcha rotate.Captcha
SlideRegionCaptcha slide.Captcha
REDIS *redis.Client
)