Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsun28 committed Dec 26, 2024
1 parent c0d93b9 commit 0e8fcb0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

# <font size="14p">Sureness</font> <font size="5p"> | [中文文档](README_CN.md)</font>
# <font size="14p">Dromara Sureness</font> <font size="5p"> | [中文文档](README_CN.md)</font>

> A efficient security framework that focus on the protection of REST API.
Expand All @@ -16,9 +16,7 @@
[![star](https://gitee.com/dromara/sureness/badge/star.svg?theme=gray)](https://gitee.com/dromara/sureness/stargazers)
[![star](https://img.shields.io/github/stars/dromara/sureness?style=social)](https://github.com/dromara/sureness)

<a href="https://www.producthunt.com/posts/sureness?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sureness" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=287707&theme=light" alt="sureness - Jvm security framework that focus on protection of rest api | Product Hunt"/></a>

**Home Page: [usthe.com/sureness](https://usthe.com/sureness) | [su.usthe.com](https://su.usthe.com/)**
**Home Page: [sureness.dromara.org](https://sureness.dromara.org)**

**Code Hosting**

Expand All @@ -27,7 +25,7 @@

## <font color="green">Introduction</font>

**Sureness** is a efficient open-source security framework that focus on the protection of REST API.
**Dromara Sureness** is a efficient open-source security framework that focus on the protection of REST API.
- Provide authentication and authorization, based on RBAC.
- No specific framework dependency (supports Javalin, Spring Boot, Quarkus, Ktor, Micronaut and more).
- Supports dynamic modification of permissions.
Expand Down
8 changes: 3 additions & 5 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

# <font size="14p">Sureness</font> <font size="5p"> | [English Documentation](README.md)</font>
# <font size="14p">Dromara Sureness</font> <font size="5p"> | [English Documentation](README.md)</font>

> 面向`REST API`的高性能认证鉴权框架
Expand All @@ -16,9 +16,7 @@
[![star](https://gitee.com/dromara/sureness/badge/star.svg?theme=gray)](https://gitee.com/dromara/sureness/stargazers)
[![star](https://img.shields.io/github/stars/dromara/sureness?style=social)](https://github.com/dromara/sureness)

<a href="https://www.producthunt.com/posts/sureness?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-sureness" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=287707&theme=light" alt="sureness - security framework that focus on protection of rest api | Product Hunt"/></a>

**官网: [usthe.com/sureness](https://usthe.com/sureness) | [su.usthe.com](https://su.usthe.com/)**
**官网: [sureness.dromara.org](https://sureness.dromara.org)**


**代码托管**
Expand All @@ -27,7 +25,7 @@

## <font color="green">介绍</font>

**Sureness** 是全新设计开发的一个认证鉴权框架,提供一个面向**REST API**,可以**动态修改权限****多认证策略****更快速度****易用易扩展**的认证鉴权框架。
**Dromara Sureness** 是全新设计开发的一个认证鉴权框架,提供一个面向**REST API**,可以**动态修改权限****多认证策略****更快速度****易用易扩展**的认证鉴权框架。
- 面向 `REST API` 的认证鉴权,基于 `RBAC` (用户-角色-资源)主要关注于对 `API` 的安全保护
- 无特定Web框架依赖(已有 `Spring Boot,Quarkus,Javalin,Ktor,Micronaut,Jfinal,Solon` 等集成样例)
- 支持动态修改权限配置(动态修改配置每个 `API` 谁有权访问)
Expand Down

0 comments on commit 0e8fcb0

Please sign in to comment.