Skip to content

Releases: libxengine/XEngine_Authorize

XEngine_Authorize V3.23.0.1001

Choose a tag to compare

@github-actions github-actions released this 30 Jun 07:22
13ee338

XEngine_Authorize V3.22.0.1001

Choose a tag to compare

@github-actions github-actions released this 16 Mar 06:31
e54c063

XEngine_Authorize V3.21.0.1001

Choose a tag to compare

@github-actions github-actions released this 23 Dec 02:20
5b4db51

XEngine_Authorize V3.20.0.1001

Choose a tag to compare

@github-actions github-actions released this 04 Nov 03:27
f20bf0f

XEngine_Authorize V3.19.0.1001

Choose a tag to compare

@github-actions github-actions released this 21 Aug 02:10
70f7852

XEngine_Authorize V3.18.0.1001

Choose a tag to compare

@github-actions github-actions released this 10 May 03:31
922b61b

XEngine_Authorize V3.17.0.1001

Choose a tag to compare

@github-actions github-actions released this 05 Mar 06:00
a6c8780

XEngine_Authorize V3.16.0.1001

Choose a tag to compare

@github-actions github-actions released this 13 Jan 07:50
9264f28

XEngine_Authorize V3.15.0.1001

Choose a tag to compare

@github-actions github-actions released this 21 Nov 01:38
5d26ebf

XEngine_Authorize V3.14.0.1001

Choose a tag to compare

@xengine-qyt xengine-qyt released this 20 Sep 06:37
a4a4a17

增加:支持无限制多端登录了
增加:工作流CI支持
增加:当tcp或者websocket登录的时候会返回token了
增加:普通用户token开关支持
修改:websocket支持解析token字段了
修改:现在http post方法不在需要验证用户,使用token替代
修改:可以通过token获取用户过期时间
修改:公告和动态码合并到token任务中
修改:注册管理界面默认设置5次次数验证了
修改:多端登录序列类型进行了验证
修正:删除用户需要验证用户了
修正:某些时候崩溃
修正:公告信息可以为NULL的情况
修正:快速验证不允许硬件码为NULL了
修正:子模块状态错误
修正:在MACOS构建运行失败的问题
删除:XEngine_AuthorizeHTTP_Announcement列举处理方法函数

added:unlimited login type with multi supported now
added:workflow
added:reply token handle when tcp and websocket login
added:token auth for normal user of switch
modify:web socket support parse token field
modify:The post method processing flow now only requires token instead of verifying user and password
modify:get user left time by token
modify:merge notice and dynamic code and token task
modify:set time 5 default value with cdkey init and choice time add serial for management app
modify:multi login serial type is verification now
fixed:verification user information for delete user
fixed:some crashed
fixed:the problem that notice can be set null
fixed:does not allow code is null when fast verification
fixed:sub module status is incorrect
fixed:build error on mac
delete:XEngine_AuthorizeHTTP_Announcement list process from get method