You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**News**: still worry about how to write the correct `node-casbin` policy? [Casbin online editor](http://casbin.org/editor) is coming to help!
16
+
**News**: still worry about how to write the correct `node-casbin` policy? [Casbin online editor](https://casbin.apache.org/editor) is coming to help!
17
17
18
18

19
19
20
20
`node-casbin` is a powerful and efficient open-source access control library for Node.JS projects. It provides support for enforcing authorization based on various [access control models](https://wikipedia.org/wiki/Computer_security_model).
@@ -92,33 +92,33 @@ See [Policy management APIs](#policy-management) for more usage.
92
92
93
93
Casbin provides two sets of APIs to manage permissions:
94
94
95
-
-[Management API](https://casbin.org/docs/management-api): the primitive API that provides full support for Casbin policy management.
96
-
-[RBAC API](https://casbin.org/docs/rbac-api): a more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code.
95
+
-[Management API](https://casbin.apache.org/docs/management-api): the primitive API that provides full support for Casbin policy management.
96
+
-[RBAC API](https://casbin.apache.org/docs/rbac-api): a more friendly API for RBAC. This API is a subset of Management API. The RBAC users could use this API to simplify the code.
97
97
98
98
## Official Model
99
99
100
-
https://casbin.org/docs/supported-models
100
+
https://casbin.apache.org/docs/supported-models
101
101
102
102
## Policy persistence
103
103
104
-
https://casbin.org/docs/adapters
104
+
https://casbin.apache.org/docs/adapters
105
105
106
106
## Policy consistence between multiple nodes
107
107
108
-
https://casbin.org/docs/watchers
108
+
https://casbin.apache.org/docs/watchers
109
109
110
110
## Role manager
111
111
112
-
https://casbin.org/docs/role-managers
112
+
https://casbin.apache.org/docs/role-managers
113
113
114
114
## Contributors
115
115
116
116
This project exists thanks to all the people who contribute.
[](https://star-history.com/#casbin/node-casbin&Date)
121
+
[](https://star-history.com/#apache/casbin-node-casbin&Date)
122
122
123
123
## License
124
124
@@ -127,5 +127,6 @@ This project is licensed under the [Apache 2.0 license](LICENSE).
127
127
## Contact
128
128
129
129
If you have any issues or feature requests, please contact us. PR is welcomed.
0 commit comments