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
Copy file name to clipboardExpand all lines: astro/src/content/docs/extend/fine-grained-authorization/permify.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ To use FusionAuth with Permify, you need to do the following:
16
16
* add permify checks to your application
17
17
18
18
<Asidetype="note">
19
-
Permify using the term entities to refer to anything that can have a relation in a Permify authorization schema. This is distinct and different from [FusionAuth entities](/docs/get-started/core-concepts/entity-management), which has no formal schema but is instead managed by code.
19
+
Permify uses the term entities to refer to anything that can have a relation in a Permify authorization schema. This is distinct and different from [FusionAuth entities](/docs/get-started/core-concepts/entity-management), which has no formal schema but is instead managed by code.
20
20
21
21
For the remainder of this document, when the term entities is used, it refers to Permify entities. They may also be called fine-grained entities.
22
22
</Aside>
@@ -33,7 +33,7 @@ If you want to see a fully functioning application, [clone the example GitHub re
33
33
34
34
### Installing Permify
35
35
36
-
To install Permify, please refer to the [Permify deployment guides](https://docs.permify.co/setting-up/installation/intro). These also offer guidane on system requirements and how to deploy the software into Kubernetes and other environments.
36
+
To install Permify, please refer to the [Permify deployment guides](https://docs.permify.co/setting-up/installation/intro). These also offer guidance on system requirements and how to deploy the software into Kubernetes and other environments.
37
37
38
38
For local development you can install Permify using Docker compose in the same file as FusionAuth. Here's an excerpt for your Permify instance.
0 commit comments