This website requires JavaScript.
Explore
Help
Sign In
wanglei
0 Followers
·
0 Following
Joined on
2024-06-23
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
4
Projects
Packages
Public Activity
Starred Repositories
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-25 23:43:05 +08:00
e485444975
增加登陆页面html文件,增加oidc登陆接口,通过请求接口获取登陆界面,oidc接口输入参数并重定向到前端返回的uri地址
7ca348a98f
修改oauth接口返回结果内容并增加返回跳转状态
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-21 16:21:13 +08:00
5f795dd500
对验证码接口进行完善,修改生成验证码问题,增加删除验证码和校验验证码相关接口,并进行简单测试
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-21 14:46:31 +08:00
80a4e9d478
修改验证码图片生成问题
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-21 14:34:03 +08:00
4869731a99
增加图片验证码生成业务逻辑相关文件,并编写接口用于测试使用
7c22e73f66
修改oauth2.0中authorize认证接口错误问题,增加生成验证码图标测试
836d908f4c
增加验证码相关函数和库 并编写测试程序
Compare 3 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-19 20:23:30 +08:00
614dfdfbf0
编写生成验证码图片的文件
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-19 18:00:21 +08:00
5d91f77f85
修改配置文件,将OIDC的OP端点配置接口配置到一个文件中
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-19 17:50:44 +08:00
919e5812f9
修改用户登录提示用户登录错误
ef5a02baea
修改请求返回参数问题
8a994fe9d6
重新修改跨站问题,使用nginx配置进行处理,修改department文件中返回结果错误的问题
6e8d06dad3
修改配置直接跨站,并对前端请求的options预检进行过滤,防止前端报错无法访问接口
35e0c0b362
Merge branch 'master' of
http://192.168.0.206:3000/wanglei/AuthPlatform
Compare 6 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-18 10:04:50 +08:00
3dd877c837
对系统使用的状态码和状态信息重新进行修改,并对系统中返回状态的信息进行修改返回状态和状态信息
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-17 15:32:57 +08:00
7ab44b198e
对response文件进行response函数,将json和send函数合并成一个函数,对其它使用的文件进行函数调用的优化;oauth接口中对相同的接口参数进行函数封装
b450ff0413
修改配置文件中调用op端点时报错问题,oauth增加login接口,用于自己的登录页面使用
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-17 08:03:54 +08:00
e75cbc7282
增加回收token接口,并完善接口业务逻辑
2d8459e093
修改refresh刷新生成问题
5095f35e12
增加refresh_token接口,并编写部分业务逻辑代码
Compare 3 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-16 18:39:59 +08:00
68337dc605
将token时间增加到配置文件,增加回收token接口,修改刷新接口,并完善部分业务逻辑,修改refresh接口的验证
30fdac7cf8
调试token接口中的返回token接口的验证验证用户信息等问题
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-15 16:07:11 +08:00
23826f0cd5
增加应用程序生成token存储到数据表中,修改第三方认证的业务流程,优化部分函数代码和函数的名称
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-14 18:52:21 +08:00
e6c50c15c9
修改发送头Auth时跨站问题处理
bdb8b9e192
目前暂时使用系统自带的密钥进行token的加密和认证,调用第三方接口进行数据内容的返回
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-14 16:08:20 +08:00
de9034fbc6
增加openidc登录后的用户信息,调用openidc接口时对用户进行认证业务逻辑
b286ecf891
第三方登录接口增加通过用户名和密码进行登录接口,返回对应的code和redirect_uri地址数据,同时通过用户id、clientid和clientsecret进行数据库校验的业务逻辑进行处理
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-13 23:26:14 +08:00
54cc8fbfbf
将生成generate_access_token、generate_refresh_token、generate_id_token封装成函数,并对token接口进行代码优化
a9718e0504
对优化代码进行测试,并返回正确的数据内容
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-13 22:30:17 +08:00
03658c9004
修改oauth中authorize和token函数业务逻辑,并增加生成code和code认证相关函数文件
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-13 22:02:04 +08:00
2cbc0e3d3f
增加应用程序op端点,增加openidc使用的端口,目前为测试数据
a43ee358d8
修改第三方token接口,进行验证和返回数据
Compare 2 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-12 21:54:15 +08:00
7c8a9452f2
应用程序增加通过客户端id和重定向地址查询是否存在函数,oauth增加authorize认证流程,有待测试
0508599f34
用户登录业务逻辑,接收前端用户名从数据表中获取数据,然后取出密码进行md5加密,再与前端传的密码进行比对,相等则进入系统
ece64e90f3
修改前端访问接口时允许跨站访问
e8fe6be8de
用户登录进行json验证对其进行修改
8c9015fe06
修改jsonschema校验json数据是否为空等错误信息结构修改
Compare 14 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-10 19:35:00 +08:00
a201651785
修改系统接口相关登录和认证代码的业务逻辑,并编写oauth2.0相关接口函数的定义
dd364d7ad1
修改默认登录文件名称,并修改文件中的代码
6177a66193
修改接口名称和文件目录
d315fa4ad2
对前端访问时跨域问题进行修改,允许跨域访问
Compare 4 commits »
wanglei
pushed to
master
at
wanglei/AuthPlatform
2025-11-10 08:30:28 +08:00
ff0b020166
编写生成ssl认证文件函数和相关的测试例子
b3b1f91080
修改测试例子
aa65ae0d4b
对前端的调用接口增加权限认证代码,权限认证失败返回403
fa7185d1d1
修改权限过滤器文件中的获取角色中的所有权限和删除角色后删除掉所对应的权限
e95d2a0ee5
将初始化修改为使用管道进行存储到redis中
Compare 6 commits »
First
Previous
1
2
3
4
Next
Last