登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
Gitee 2025年度个人数据报告已发布,快来看看你的成长👉
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
OAuth/单点登录/统一认证
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
10
Star
74
Fork
38
xengine
/
XEngine_Authorize
代码
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
发行版
最新版
V3.15.0.1001
666c3f2
2024-11-21 09:48
对比
XEngine_Authorize V3.15.0.1001
qyt
增加:密码加密 增加:TOKEN自动续期 增加:服务和管理程序coredump支持 增加:client 删除用户协议支持 更新:工作流CI添加了发布CI 更新:依赖库 优化:启动参数解析 优化:不支持的协议提示 优化:管理端用户插入修改初始化值 修改:用户删除方法 修改:密码协议现在支持找回和设置功能了 修正:某些时候退出崩溃 修正:管理端添加用户失败的问题 修正:多端登录处理不正确的问题 added:pass encrypt supported added:auto renewal token added:service app and management app core-dump supported added:delete client for management app with token update:workflow and add release ci update:depend library improved:start parameter parse improved:tips when request not support protocol improved:user insert and modify init value for management app modify:user delete away modify:user pass now support get and set fixed:crashed when exist fixed:add user incorrect for management app fixed:multi login handle is incorrect and tips logged in
最后提交信息为:
!42
V3.15.0.1001 Merge
V3.14.0.1001
7698300
2024-09-20 14:37
对比
XEngine_Authorize V3.14.0.1001
qyt
增加:支持无限制多端登录了 增加:工作流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
最后提交信息为:
!41
V3.14.0.1001 Merge
V3.13.0.1001
d7f4355
2024-07-15 15:02
对比
XEngine_Authorize V3.13.0.1001
qyt
增加:管理程序支持CDKEY创建,打开,授权,初始化 增加:授权验证模块 增加:黑名单开关功能支持 增加:mysql数据库支持 增加:客户端模块加密支持 增加:服务端程序CDKEY验证支持 修改:现在默认使用sqlite数据库 修改:服务器处理CDKEY协议支持更多字段 修正:客户端登录加密协议返回处理不正确 修正:黑名单处理不正确 删除:局域网CDKEY支持 added:cdkey create,open,authorize,init for app management added:authorize module added:black function switch supported added:mysql database support added:encrypted support for client module added:cdkey verification support for service modify:configure use default sqlite modify:server handle cdkey serial field and set serial field fixed:Problem with client login protocol parsing failure after setting up encrypted communication fixed:banned process is incorrect delete:ver lan support for cdkey module
最后提交信息为:
!40
V3.13.0.1001 Merge
V3.12.1.1001
1031882
2024-06-21 14:11
对比
XEngine_Authorize V3.12.1.1001
qyt
修改:用户列表刷新时间修改 修改:用户增加和修改的时候会刷新用户列表 修改:websocket协议close和ping消息协议支持了 修正:关闭客户端重复关闭的问题 删除:不需要的配置项目 modify:user flush time modify:flush user list for user add and modify modify:websocket close and ping message protocol support fixed:repeat close client delete:not used configure field
最后提交信息为:
!29
V3.12.1.1001 Merge
V3.12.0.1001
47e21f6
2024-05-13 15:03
对比
XEngine_Authorize V3.12.0.1001
qyt
增加:使用新的git module替换jsoncpp 增加:信息报告模块 增加:天数类型现在已经支持了 修改:分离版本列表从配置文件中 修改:检测多端登录类型 修正:会话模块不是秒卡也会合并计算用时导致的问题 修正:客户端模块登录类型不正确的问题 修正:自定义时间类型充值不正确的问题 修正:次数卡登录的时候可能计算不正确的问题 added:use new git modules instead jsoncpp and info report added:info report module added:day type supported modify:detach the version list into a separate configuration file modify:check multi login type fixed:the problem of merging login time instead of seconds for session module fixed:login type is incorrect for client module fixed:time of custom type pay is incorrect fixed:time number is incorrect when login
最后提交信息为:
!28
V3.12.0.1001 Merge
V3.11.0.1001
eb5b223
2024-02-23 11:44
对比
XEngine_Authorize V3.11.0.1001
qyt
增加:客户端模块的http版本支持获取动态码 更新:对XEngine V8.25的编译支持 修改:客户端编译开关选项名称 修改:动态码被禁用的时候不允许访问 修正:某些时候websocket服务无法访问的问题 修正:http发送数据丢失 修正:某些加解密API缓冲区没有使用正确的问题 删除:客户端模块导出函数构建编译选项删除 删除:websocket的text协议验证 added:get dynamic code for http ver update:xengine v8.25 build supported modify:client build switch name modify:dynamiccode is disable then not allow access fixed:sometime does not visit websocket service fixed:http sendmsg lost datas fixed:Some crypto api buffers are used incorrectly delete:export functions build switch for client module delete:text protocol ver for websocket
最后提交信息为:
!27
V3.11.0.1001 Merge
V3.10.0.1001
80510e7
2024-01-09 14:44
对比
XEngine_Authorize V3.10.0.1001
qyt
增加:临时验证超时时间字段支持 增加:临时验证TOKEN权限检查 增加:临时验证增加管理代码,支持枚举,删除和修改 增加:编译选项支持客户端链接和客户端临时验证 增加:验证客户端模块,支持网络授权和临时试用 修正:超时时间一直为1的问题 修正:超时时间处理不正确的问题 修正:试用时间类型不正确并且修改过期时间 修正:试用删除数据库语法错误 修正:临时验证过期时间计算方法不正确 added:temp ver left time field supported added:temporary verification token ver supported added:mangement code for temporary verification added:build switch supported and added client connect and temp ver supported added:auth client module fixed:The remaining time after timeout is 1 fixed:try type time handle is incorrent fixed:try time type is incorrent and modify to left time fixed:try delete sql syntax is incorrent fixed:temp ver left time cal is incorrent
最后提交信息为:
!26
V3.10.0.1001 Merge
V3.9.1.1001
d734d34
2023-11-10 17:49
对比
XEngine_Authorize V3.9.1.1001
qyt
修改:管理程序禁用了天数卡生成选项 修正:删除用户崩溃的问题 修正:管理程序无法生成自定义序列号的问题 删除:http验证超时时间配置 modify:management disable to day serial generate fixed:crashed when delete user fixed:not custom serial for management app delete:http auth time in configure
最后提交信息为:
!25
V3.9.1.1001 Merge
V3.9.0.1001
9c9d262
2023-11-10 13:48
对比
XEngine_Authorize V3.9.0.1001
qyt
优化:管理程序的用户列表刷新代码 优化:会话模块的秒钟时间统计方法 修改:多端登录可以不限制登录设备类型了 修改:分钟时间修改为秒钟,时间更加精准 修改:管理程序展示所有用户级别了 修改:当启动失败后服务需要按下按钮关闭 修改:自定义卡和天数卡背分开处理了 修改:秒钟时间类型现在展示的剩余时间了 修改:加密传输的启动日志 修改:多端登录的类型判断支持 修复:注册协议设置用户级别和时间错误 删除:管理程序添加用户的时候没用的代码 improved:user list flush for app improved:time second count way for sessoion module modify:does not limit login type for mutil login modify:minute time modified to second time,Timing is more accurate modify:show all user level for management app modify:button push key for close service when service start is failed modify:custom and day type handle separately modify:second time type show left time and not left date modify:crypto transport start log modify:Mulit Login type handle is supported fixed:register protocol set user level and time is incorrent delete:unused when add user for manage app
最后提交信息为:
!24
V3.9.0.1001 Merge
V3.8.0.1001
0426cb3
2023-08-11 10:06
对比
XEngine_Authorize V3.8.0.1001
qyt
添加:管理端用户地址列表支持 增加:多端登录支持以及合并用时 更新:匹配XEngine V8.15 修改:次数卡类型用户登录后就修改了 修改:不在允许管理用户三方验证了 修改:管理接口不在限制单点登录了 修改:会话模块内部代码重构 修改:功能开关支持多端登录了 删除:普通用户http登录接口 added:client addr for user list of the management app added:mulit device login supported and Merge Time update:match xengine v8.15 modify:login to modify number of time for time serial type modify:does not allow http hook for admin user modify:the management interface does not limit single login now modify:refator code for session module modify:function switch supported multi login delete:http login for normal user
最后提交信息为:
!23
V3.8.0.1001 Merge
V3.7.0.1001
7458d73
2023-04-21 09:53
对比
XEngine_Authorize V3.7.0.1001
qyt
添加:登录支持动态验证码功能 添加:禁用列表查询数量限制功能 更新:扩展HTTP缓冲区大小 更新:支持XEngine V8.x版本了 修改:公告协议现在有数量限制了 修正:获取公告功能开关错误 added:dynamic verfication code for login added:limit query count for banned function update:extend http buffer size update:support xengine 8.x modify:The number of announcements has been limited fixed:get notice switch is incorrent
最后提交信息为:
!22
V3.7.0.1001 Merge
V3.6.0.1001
a21e85f
2023-02-24 16:34
对比
XEngine_Authorize V3.6.0.1001
qyt
添加:公告功能支持 添加:公告功能开关支持 添加:cdkey功能开关 添加:cdkey验证支持 删除:cdkey的单独密码支持 added:announcement function added:switch function for announcement system added:cdkey switch support added:verification cdkey support delete:cdkey password support
最后提交信息为:
!21
V3.6.0.1001 Merge
V3.5.0.1001
b044658
2023-02-03 15:08
对比
XEngine_Authorize V3.5.0.1001
qyt
添加:禁用列表功能支持修改信息了 添加:禁用功能支持启用和禁用 添加:禁用功能支持过期时间设置了 添加:本地CDKEY生成解析支持 更新:HTTP请求函数 修改:数据库句柄类型 修改:管理程序不允许修改ROOT用户 修改:管理程序可以双击打开用户修改界面了 修改:IP禁用功能不在使用开始和结束字段了 修正:管理程序登录的时候没有设置设备类型的问题 added:banned function to modify support added:enable field for banned added:banned function support left time added:local cdkey support update:http request function name modify:XHDATA to XNETHANDLE modify:root user is not allowed to modify modify:open user modify window when double click user list modify:does not need to start and end for ip address fixed:management program have not device type when login
最后提交信息为:
!19
V3.5.0.1001 Merge
V3.4.0.1001
9090a69
2022-12-30 09:33
对比
XEngine_Authorize V3.4.0.1001
qyt
添加:windows窗口特效类 添加:为管理程序增加提示窗口 添加:黑名单功能,支持IP和用户名,支持删除,插入,查询 修改:token登录现在必须设置设备类型 修改:数据库表名称 修改:现在数据库初始化不在创建数据库了 修正:修改用户取消功能不生效的问题 added: window effects class added:tips window for management program added:black list function modify:must set device type for token login modify:database table name modify:does not create table when sql init fixed:modify user info cancel does not work
最后提交信息为:
!18
V3.4.0.1001 Merge
V3.3.0.1001
a2daa68
2022-11-01 09:47
对比
XEngine_Authorize V3.3.0.1001
qyt
增加:自定义序列号导入和导出 增加:功能开关支持(注册,登录,删除,充值,获取时间,找回密码) 修改:支持TCP,WEBSOCEKT,HTTP功能开关 修改:客户端和序列号查询支持设置起始和结束位置 更新:匹配XEngine V7.42 删除:不需要的HTTPGET负载参数 added:custom serial number export and import added:functions switch support(register,login,delete,pay,get time,get pass) modify:support tcp and websocket and http function switch modify:client and serial query supported set start and end pos update:match xengine v7.42 delete:not need parament for http get
最后提交信息为:
!17
V3.3.0.1001 Merge
V3.2.0.1001
1eaab83
2022-09-23 10:25
对比
XEngine_Authorize V3.2.0.1001
qyt
增加:为管理程序增加用户注册功能 增加:日志窗口并且支持日志保存和清理 增加:http支持加密 增加:配置窗口支持加密配置管理 增加:发送消息内存池支持 增加:登录配置选项 增加:指定会话TOKEN用户超时 增加:HTTP用户授权验证 增加:会话网络类型 增加:三方验证支持 增加:分布式验证功能 修改:Session_Authorize_GetTimer 为 Session_Authorize_GetClientForUser 可以获取更多信息 修改:token关闭的时候验证会话也会一起关闭 修改:http管理接口验证权限 修改:程序启动按钮关闭没有禁用 修改:用户管理和用户修改以及序列号验证接口支持加解密了 修改:允许http管理器重复登录了 修改:弹窗消息现在显示在日志窗口了 修正:一个大小写问题 修正:websocket协议不支持加密的问题 修正:token打印问题 修正:添加用户注册级别设置无效的问题 删除:类型字符串 added:user insert for app management added:log windows and log save and clear added:encrypto for payload of the http added:configure dialog supported crypto for management app added:memory pool for send message added:login for configure added:specified user timeout for session token added:user authorize verification for http added:nettype for session authorize added:Third Party Verification added:distributed verification function modify:Session_Authorize_GetTimer to Session_Authorize_GetClientForUser for get more information modify:token close with authorize session modify:http manage api verification permission now modify:close buttom is not disable when program start modify:user manage and user modify and serial management support encrypto modify:allow repeat login for http management modify:messagebox to log window fixed:case problem fixed:websocket not support crypto fixed:token print error fixed:add user level set does not work delete: type string array
最后提交信息为:
!16
V3.2.0.1001 Merge
V3.1.0.1001
9bc2e7b
2022-08-26 13:24
对比
XEngine_Authorize V3.1.0.1001
qyt
添加:删除TOKEN会话功能 添加:更新会话TOKEN时间功能 添加:HTTP管理端支持自动刷新 添加:HTTP管理客户端的登录功能 添加:TOKEN功能的支持 添加:http快速验证功能 添加:http解析和打包协议到协议模块 修改:移动TCP协议处理代码到HTTP用户处理中 修改:分割序列号和客户端管理器接口到单独文件 修改:modify:Protocol_Packet_SendPkt 名称到 Protocol_Packet_HDRComm function 修改:发送消息函数的参数 修改:移动用户协议到用户文件从客户端代码 修改:HTTPPOST和GET任务区别 修改:统一错误定义 修改:HTTP的API请求TOKEN验证 修改:支持仅仅展示在线客户端了 修改:禁用HTTP重复登录 修改:登录必须填写设备类型了 修复:用户注册结构不正确的问题 修复:分钟不支持快速验证的问题 修复:HTTP管理端刷新客户端列表在线程中崩溃的问题 修复:打包客户端列表协议崩溃 修复:获取客户端列表时间不正确的问题 修复:超时通知不正确的问题 修复:验证客户端重读登录的问题 优化:TCP登录代码 删除:重复的打包和解析websocket协议代码 删除:没有使用的websocket任务代码 删除:无用的代码 删除:HTTP登录代码 added:close token msg send server added:update session token time added:auto flush user list added:http management client login support added:token function support added:fast ver for http protocol added:http parse and packet protocol for protocol module modify:move tcp protocol process code to http user cpp modify:Split serial and client management interface into separate files modify:Protocol_Packet_SendPkt to Protocol_Packet_HDRComm function modify:Parameters of the send message function modify:move user protocol to user file from client file modify:http task distinguishes between post and get modify:error define modify:http api required token modify:only show online client now modify:Disable repeated HTTP user logins modify:must set enDeviceType when you login fixed:user register struct is incorrent fixed:minute not support fast ver fixed:the problem that flush list client crashed in thread fixed:packet client list is crashed fixed:get client list time is incorrent fixed:timeout notify send msg is failed fixed:auth client is repeat login improved:TCP login code delete:redundant packet and parse websocket code for protocol module delete:websocket task not use code delete:useless code delete:login for http
最后提交信息为:
!14
V3.1.0.1001 Merge
预览版本
V3.0.0.1001
155de5d
2022-08-16 13:20
对比
XEngine_Authorize V3.0.0.1001
qyt
note:this is preview version 添加:帮助模块 添加:http的用户删除,获取,关闭,修改接口 添加:http公用回复协议 添加:HTTP增加获取用户统计 添加:HTTP序列号列表和插入,删除协议支持 添加:刷新客户端列表接口 修改:使用AuthorizeModule_Help模块的剪贴板拷贝函数 修改:重写管理服务 修改:序列类型名称 修改:客户端离开日志 修改:配置文件ini改为json 删除:获取和设置用户协议 added:help module added:get close delete modify user info for http added:http comm reply for http added:get client count for http added:serial list and insert and delete protocols support for http added:flush client list modify:ClipBoard copy module to AuthorizeModule_Help modify:rewrite manage server modify:serial type name modify:client leave log print modify:configure ini to json delete:getuser and setuser protocols
最后提交信息为:
!13
V3.0.0.1001 Merge
V2.8.0.1001
99e40a2
2022-08-09 09:40
对比
XEngine_Authorize V2.8.0.1001
qyt
增加:为配置增加版本号 优化:启动和停止的日志记录 修改:日志打印支持日志级别 修正:打印日志句柄不正确的问题 修正:某些时候退出崩溃的问题 删除:电子邮件找回密码功能 added:version for configure improved:start and stop log modify:log support log-leave fixed:handle log printf is incorrent fixed:sometime is crashed when program exit delete:email get back password
最后提交信息为:
!12
V2.8.0.1001 Merge
V2.7.2.1001
2e1538e
2022-07-15 13:26
对比
XEngine_Authorize V2.7.2.1001
qyt
修改:makefile现在支持macos了 更新:支持xengine v7.38版本了 modify:makefile support macos now update:match xengine v7.38
最后提交信息为:
!11
V2.7.2.1001 Merge
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
C/C++
1
https://gitee.com/xengine/XEngine_Authorize.git
git@gitee.com:xengine/XEngine_Authorize.git
xengine
XEngine_Authorize
XEngine_Authorize
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册