diff --git a/README.md b/README.md index b0e2199a..24a1c385 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-# Sureness | [中文文档](README_CN.md) +# Dromara Sureness | [中文文档](README_CN.md) > A efficient security framework that focus on the protection of REST API. @@ -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) - - -**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** @@ -27,7 +25,7 @@ ## Introduction -**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. diff --git a/README_CN.md b/README_CN.md index 2f69c599..1d06e483 100644 --- a/README_CN.md +++ b/README_CN.md @@ -4,7 +4,7 @@ -# Sureness | [English Documentation](README.md) +# Dromara Sureness | [English Documentation](README.md) > 面向`REST API`的高性能认证鉴权框架 @@ -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) - - -**官网: [usthe.com/sureness](https://usthe.com/sureness) | [su.usthe.com](https://su.usthe.com/)** +**官网: [sureness.dromara.org](https://sureness.dromara.org)** **代码托管** @@ -27,7 +25,7 @@ ## 介绍 -**Sureness** 是全新设计开发的一个认证鉴权框架,提供一个面向**REST API**,可以**动态修改权限**,**多认证策略**,**更快速度**,**易用易扩展**的认证鉴权框架。 +**Dromara Sureness** 是全新设计开发的一个认证鉴权框架,提供一个面向**REST API**,可以**动态修改权限**,**多认证策略**,**更快速度**,**易用易扩展**的认证鉴权框架。 - 面向 `REST API` 的认证鉴权,基于 `RBAC` (用户-角色-资源)主要关注于对 `API` 的安全保护 - 无特定Web框架依赖(已有 `Spring Boot,Quarkus,Javalin,Ktor,Micronaut,Jfinal,Solon` 等集成样例) - 支持动态修改权限配置(动态修改配置每个 `API` 谁有权访问)