|
7 | 7 | [](https://github.com/apache/casbin-jcasbin/releases/latest) |
8 | 8 | [](https://discord.gg/S5UjpzGZjN) |
9 | 9 |
|
10 | | -**News**: still worry about how to write the correct jCasbin policy? `Casbin online editor` is coming to help! Try it at: https://casbin.org/editor/ |
| 10 | +**News**: still worry about how to write the correct jCasbin policy? `Casbin online editor` is coming to help! Try it at: https://casbin.apache.org/editor/ |
11 | 11 |
|
12 | 12 |  |
13 | 13 |
|
14 | 14 | jCasbin is a powerful and efficient open-source access control library for Java projects. It provides support for enforcing authorization based on various [access control models](https://en.wikipedia.org/wiki/Computer_security_model). |
15 | 15 |
|
16 | 16 | ## All the languages supported by Casbin: |
17 | 17 |
|
18 | | -| [](https://github.com/casbin/casbin) | [](https://github.com/apache/casbin-jcasbin) | [](https://github.com/casbin/node-casbin) | [](https://github.com/php-casbin/php-casbin) | |
| 18 | +| [](https://github.com/casbin/casbin) | [](https://github.com/apache/casbin-jcasbin) | [](https://github.com/casbin/node-casbin) | [](https://github.com/php-casbin/php-casbin) | |
19 | 19 | |----------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------| |
20 | 20 | | [Casbin](https://github.com/casbin/casbin) | [jCasbin](https://github.com/apache/casbin-jcasbin) | [node-Casbin](https://github.com/casbin/node-casbin) | [PHP-Casbin](https://github.com/php-casbin/php-casbin) | |
21 | 21 | | production-ready | production-ready | production-ready | production-ready | |
22 | 22 |
|
23 | | -| [](https://github.com/casbin/pycasbin) | [](https://github.com/casbin-net/Casbin.NET) | [](https://github.com/casbin/casbin-cpp) | [](https://github.com/casbin/casbin-rs) | |
| 23 | +| [](https://github.com/casbin/pycasbin) | [](https://github.com/casbin-net/Casbin.NET) | [](https://github.com/casbin/casbin-cpp) | [](https://github.com/casbin/casbin-rs) | |
24 | 24 | |------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------| |
25 | 25 | | [PyCasbin](https://github.com/casbin/pycasbin) | [Casbin.NET](https://github.com/casbin-net/Casbin.NET) | [Casbin-CPP](https://github.com/casbin/casbin-cpp) | [Casbin-RS](https://github.com/casbin/casbin-rs) | |
26 | 26 | | production-ready | production-ready | beta-test | production-ready | |
@@ -122,15 +122,15 @@ For Maven: |
122 | 122 |
|
123 | 123 | ## Documentation |
124 | 124 |
|
125 | | -https://casbin.org/docs/overview |
| 125 | +https://casbin.apache.org/docs/overview |
126 | 126 |
|
127 | 127 | ## Online editor |
128 | 128 |
|
129 | | -You can also use the online editor (https://casbin.org/editor/) to write your jCasbin model and policy in your web browser. It provides functionality such as `syntax highlighting` and `code completion`, just like an IDE for a programming language. |
| 129 | +You can also use the online editor (https://casbin.apache.org/editor/) to write your jCasbin model and policy in your web browser. It provides functionality such as `syntax highlighting` and `code completion`, just like an IDE for a programming language. |
130 | 130 |
|
131 | 131 | ## Tutorials |
132 | 132 |
|
133 | | -https://casbin.org/docs/tutorials |
| 133 | +https://casbin.apache.org/docs/tutorials |
134 | 134 |
|
135 | 135 | ## Get started |
136 | 136 |
|
@@ -181,11 +181,11 @@ We also provide a [web-based UI](https://github.com/casbin/web-ui) for model man |
181 | 181 |
|
182 | 182 | ## Policy persistence |
183 | 183 |
|
184 | | -https://casbin.org/docs/adapters |
| 184 | +https://casbin.apache.org/docs/adapters |
185 | 185 |
|
186 | 186 | ## Role manager |
187 | 187 |
|
188 | | -https://casbin.org/docs/role-managers |
| 188 | +https://casbin.apache.org/docs/role-managers |
189 | 189 |
|
190 | 190 | ## Expression Validation and Cross-Platform Compatibility |
191 | 191 |
|
@@ -242,11 +242,11 @@ If an expression contains restricted syntax, it will be logged as a warning and |
242 | 242 |
|
243 | 243 | ## Middlewares |
244 | 244 |
|
245 | | -Authz middlewares for web frameworks: https://casbin.org/docs/middlewares |
| 245 | +Authz middlewares for web frameworks: https://casbin.apache.org/docs/middlewares |
246 | 246 |
|
247 | 247 | ## Our adopters |
248 | 248 |
|
249 | | -https://casbin.org/docs/adopters |
| 249 | +https://casbin.apache.org/docs/adopters |
250 | 250 |
|
251 | 251 | ## Spring Boot support |
252 | 252 |
|
|
0 commit comments