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
@@ -41,7 +40,7 @@ Our service makes authorization more secure and adaptable to changing needs, all
41
40
42
41
It works in run time and can respond to any type of access control checks (can user X view document Y?, which posts can members of team Y edit?, etc.) from any of your apps and services in tens of milliseconds.
43
42
44
-
### With Permify, you can:
43
+
### With Permify, you can
45
44
46
45
🧪 **Centralize & Standardize Your Authorization**: Abstract your authorization logic from your codebase and application logic to easily reason, test, and debug your authorization. Behave your authorization as a sole entity and move faster with in your core development.
47
46
@@ -51,7 +50,7 @@ It works in run time and can respond to any type of access control checks (can u
51
50
52
51
🚀 **Scale Your Authorization As You Wish:** Achieve lightning-fast response times down to 10ms for access checks with a proven infrastructure inspired by Google Zanzibar.
53
52
54
-
## Getting Started
53
+
## Getting Started
55
54
56
55
- Follow a guide to model your authorization using [Permify's Authorization Language].
57
56
- See our [Playground], build your authorization logic and test it with sample data.
@@ -89,10 +88,11 @@ You can quickly start Permify on your local with running the docker command belo
89
88
docker run -p 3476:3476 -p 3478:3478 ghcr.io/permify/permify serve
90
89
```
91
90
92
-
This will start Permify with the default configuration options:
93
-
* Port 3476 is used to serve the REST API.
94
-
* Port 3478 is used to serve the GRPC Service.
95
-
* Authorization data stored in memory.
91
+
This will start Permify with the default configuration options:
92
+
93
+
- Port 3476 is used to serve the REST API.
94
+
- Port 3478 is used to serve the GRPC Service.
95
+
- Authorization data stored in memory.
96
96
97
97
See [all of the options] that you can use to set up and deploy Permify in your servers.
98
98
@@ -132,19 +132,20 @@ Your feedback helps shape the future of Permify, and we'd love to hear from you!
132
132
133
133
Share your use case, get the latest product updates, and feel free to ask any questions about Permify or authorization in a broader context by joining our conversation on Discord!
The open source community thrives on contributions, offering an incredible space for learning, inspiration, and creation. Your contributions are immensely valued and appreciated!
140
140
141
141
Here are the ways to contribute to Permify:
142
142
143
-
***Contribute to codebase:** We're collaboratively working with our community to make Permify the best it can be! You can develop new features, fix existing issues or make third-party integrations/packages.
144
-
***Improve documentation:** Alongside our codebase, documentation one of the most significant part in our open-source journey. We're trying to give the best DX possible to explain ourselves and Permify. And you can help on that with importing resources or adding new ones.
145
-
***Contribute to playground:** Permify playground allows you to visualize and test your authorization logic. You can contribute to our playground by improving its user interface, fixing glitches, or adding new features.
143
+
-**Contribute to codebase:** We're collaboratively working with our community to make Permify the best it can be! You can develop new features, fix existing issues or make third-party integrations/packages.
144
+
-**Improve documentation:** Alongside our codebase, documentation one of the most significant part in our open-source journey. We're trying to give the best DX possible to explain ourselves and Permify. And you can help on that with importing resources or adding new ones.
145
+
-**Contribute to playground:** Permify playground allows you to visualize and test your authorization logic. You can contribute to our playground by improving its user interface, fixing glitches, or adding new features.
We have a list of [issues](https://github.com/Permify/permify/labels/%F0%9F%92%8E%20Bounty) where you can contribute and gain bounty award! Bounties will be awarded for fixing issues via accepted Pull Requests (PR).
@@ -153,26 +154,16 @@ Before start please see our [contributing guide](https://github.com/Permify/perm
153
154
154
155
## Roadmap
155
156
156
-
You can find Permify's Public Roadmap[here](https://github.com/orgs/Permify/projects/1)!
157
+
You can find [Permify's Public Roadmap](https://github.com/orgs/Permify/projects/1)!
0 commit comments