登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
RESTful项目
&&
程序开发
>
安全开发相关
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
119
Star
946
Fork
253
dromara
/
sureness
代码
Issues
7
Pull Requests
1
统计
流水线
服务
Gitee Pages
JavaDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v1.0.8
68aa460
2022-10-23 17:37
对比
v1.0.8
tomsun28
## What's Changed * Upgrade Docusaurus by @tomsun28 in https://github.com/dromara/sureness/pull/163 * support config your custom jwt secret need by @tomsun28 in https://github.com/dromara/sureness/pull/167 * fix auth permission bypass due to special request uri path by @tomsun28 in https://github.com/dromara/sureness/pull/168 * support not case-sensitive for salt password by @tomsun28 in https://github.com/dromara/sureness/pull/169 **Full Changelog**: https://github.com/dromara/sureness/compare/sureness-root-1.0.7...v1.0.8
最后提交信息为:
change sureness version 1.0.7 to 1.0.8
sureness-root-1.0.7
e160d2a
2022-02-18 17:47
对比
v1.0.7
tomsun28
#### Features [core]make classpath:/config/ is first scan sureness.yml path. add more issueJwt. #### BugFix fix #I4RVO9. #### Others #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.7</version> </dependency> ````
最后提交信息为:
change version 1.0.6beta to 1.0.7
sureness-starter-1.0.6
752c66c
2021-12-21 14:24
对比
Sureness-SpringBoot-Starter V-1.0.6
tomsun28
Sureness 是一个面向REST API的高性能认证鉴权框架,致力于管理保护API安全 [Gitee](https://gitee.com/dromara/sureness) [Github](https://github.com/dromara/sureness) #### Features [starter] publish new Sureness-SpringBoot-Starter thanks @ChineseTony [solon] solon 相关示例:升级到 solon 1.6.1 thanks @noear #### Bugfix. [samples] fix starter-example dependency #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.6</version> </dependency> ```` ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>spring-boot-starter-sureness</artifactId> <version>1.0.6</version> </dependency> ```` 如果您喜欢Sureness,不妨在[Gitee](https://gitee.com/dromara/sureness) [Github](https://github.com/dromara/sureness) 给我们个star鼓励。 QQ群:390083213 欢迎一起交流探讨学习。
最后提交信息为:
fix starter-example dependency
sureness-root-1.0.4
0444a1c
2021-07-09 09:33
对比
V1.0.4
tomsun28
Sureness 是一个面向REST API的高性能认证鉴权框架,致力于管理保护API安全 [Gitee](https://gitee.com/dromara/sureness) [Github](https://github.com/dromara/sureness) #### Features 发布了全新的官网和文档 #106 地址: https://usthe.com/sureness 或 https://su.usthe.com , 希望能喜欢,欢迎一起完善或给点意见。 提供了Sureness对国产框架Jfinal的认证鉴权支持保护样例,#93 参见: [Jfinal-Sureness-Demo](https://gitee.com/dromara/sureness/tree/master/samples/jfinal-sureness) 提供了Sureness对国产框架Solon的认证鉴权支持保护样例和适配器,这里感谢 @刘西东 大佬贡献 参见: [Solon-Sureness-Demo](https://gitee.com/dromara/sureness/tree/master/samples/solon-plugin-sureness-demo) Sureness原生适合在网关层面进行API的认证鉴权保护,这里我们也提供了两个网关的支持样例,供大家参考极速集成进去。 对Spring gateway 网关进行API粒度的认证鉴权保护的样例,参见: [Spring Gateway-Sureness Demo](https://gitee.com/dromara/sureness/tree/master/samples/spring-gateway-sureness) 对Netfix Zuul 网关进行API粒度的认证鉴权保护的样例,参见: [Netflix Zuul-Sureness Demo](https://gitee.com/dromara/sureness/tree/master/samples/zuul-sureness) 更多网关(shenyu)的支持我们也在计划中。 remove unnecessary clearTree() in function rebuildTree (#111) #### BugFix samples fix information exposure through a stack trace bug (#113) Fix spring-gateway-sureness running error (#118) docs update: step-by-step bugfix (#104) Bump prismjs from 1.23.0 to 1.24.0 in /home (#119) Bump normalize-url from 4.5.0 to 4.5.1 in /home (#110) Bump dns-packet from 1.3.1 to 1.3.4 in /home (#108) Bump ws from 6.2.1 to 6.2.2 in /home (#107) #### Others remove ProcessorNotFoundException, UnsupportedSubjectException in filter example due not used often simplify sureness demo's api,auth data #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.4</version> </dependency> ```` 如果您喜欢Sureness,不妨在[Gitee](https://gitee.com/dromara/sureness) [Github](https://github.com/dromara/sureness) 给我们个star鼓励。 QQ群:390083213 欢迎一起交流探讨学习。
最后提交信息为:
change version 1.0.3 to 1.0.4
sureness-root-1.0.3
3b8ba9a
2021-04-29 22:21
对比
v1.0.3
tomsun28
#### Features 在sureness-core里原生支持 spring5 reactive #91 支持sureness集成micronaut样例,由 @ChineseTom 贡献,[PR](https://gitee.com/tomsun28/sureness/pulls/11) 将之前零散的公告常量串统一到 SurenessConstant #90 新增sureness集成javalin的详细教程(此为javalin的大佬需要,之后合入官网) #89 #### BugFix #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.3</version> </dependency> ````
最后提交信息为:
docs update, change version 1.0.2 to 1.0.3
sureness-root-1.0.2
f819361
2021-04-06 22:43
对比
v1.0.2
tomsun28
#### Features support http session #86 add support session sample #87 add support redis cache session sample #88 remove sql inject pattern (--) #85 #### BugFix Fix the problem that authentication is still needed when the resource… #84 fix api can be accessed by any role when accessRole not config #83 #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.2</version> </dependency> ````
最后提交信息为:
docs update, change version 1.0.1 to 1.0.2
sureness-root-1.0.1
ad3ba2b
2021-03-29 21:19
对比
v1.0.1
tomsun28
#### Features support filter xss, sql inject #74 feature ignore http method #81 docs update and more #### BugFix no security module in sureness-core the latest version bug #75 #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.1</version> </dependency> ````
最后提交信息为:
change version 1.0.0 to 1.0.1
sureness-root-1.0.0
d40b6bd
2021-03-08 00:45
对比
v1.0.0
tomsun28
#### Features support websocket jwt auth feature #71 feature: storage subject info in websocket session #72 add more issueJwt method #### BugFix #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>1.0.0</version> </dependency> ````
最后提交信息为:
update GA version 1.0.0
sureness-root-0.4.6
a86aff6
2021-02-25 22:38
对比
v0.4.6
tomsun28
#### Features Feature support subject principal map #66 implement authorized default in BaseProcessor #68 docs: update docs and add emojy update benchmark test #### BugFix #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>0.4.6</version> </dependency> ````
最后提交信息为:
change version 0.4.5 to 0.4.6,docs:add emoji
sureness-root-0.4.5
b156057
2021-02-15 00:54
对比
v0.4.5
tomsun28
#### Features jwt adds authentication parameter information in the request header to facilitate users to extend parameters #62 update docs #### BugFix process authorized can not match roles when role name is upper #65 #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>0.4.5</version> </dependency> ````
最后提交信息为:
change version 0.4.4 to 0.4.5
sureness-root-0.4.4
fd8d239
2021-02-08 19:55
对比
v0.4.4
tomsun28
#### Features feature - Feature multi principal #61 feature - change subject getCredentials() to getCredential(),make credential single #59 feature - add benchmark test and report #58 change contextPathRef to CONTEXT_PATH_REF delete unused code in sample-bootstrap, simplify the demo #### BugFix bugfix - fix basic creator error when base64 error, fix digest creator error create when request is basic or jwt auth (#57) bugfix - fix code analysis bug #56 #### Use ```` <dependency> <groupId>com.usthe.sureness</groupId> <artifactId>sureness-core</artifactId> <version>0.4.4</version> </dependency> ````
最后提交信息为:
change version 0.4.3 to 0.4.4
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Java
1
https://gitee.com/dromara/sureness.git
git@gitee.com:dromara/sureness.git
dromara
sureness
sureness
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册