Skip to content

Commit a3b7f8f

Browse files
committed
Merge branch 'mooreds/add-permify-doc' of github.com:FusionAuth/fusionauth-site into mooreds/add-permify-doc
2 parents ca0331a + ca9ff41 commit a3b7f8f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

astro/src/content/docs/extend/fine-grained-authorization/fusionauth-fga.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To use FusionAuth with Permify, you need to do the following:
1616
* add permify checks to your application
1717

1818
<Aside type="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.
2020

2121
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.
2222
</Aside>
@@ -33,7 +33,7 @@ If you want to see a fully functioning application, [clone the example GitHub re
3333

3434
### Installing Permify
3535

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.
3737

3838
For local development you can install Permify using Docker compose in the same file as FusionAuth. Here's an excerpt for your Permify instance.
3939

astro/src/content/docs/extend/fine-grained-authorization/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Here are some examples of FGA in action:
2424
* Facebook Groups, where members can post, but only the original poster or group admins can edit a post.
2525
* A healthcare system, where a doctor can only create, view or modify records for their patients. Patients can view their records and delegate access to a guardian. Only admins can delete a record.
2626
* Google Drive, where a user can be granted permissions to a single file, a folder of files, or a drive containing many folders.
27-
* A fintech application, where an organization can require approvals over a certain amount require either an admin to approve, or two organziation members to approve
27+
* A fintech application, where an organization can require approvals over a certain amount require either an admin to approve, or two organization members to approve
2828

2929
## Links
3030

3131
* Read about [FusionAuth/Permify integration](/docs/extend/fine-grained-authorization/fusionauth-fga)
3232
* Learn more about [authorization models](/articles/identity-basics/authorization-models)
33-
* Run an [example application with fine-grained authorization](TODO github)
33+
* Run an [example application with fine-grained authorization](https://github.com/FusionAuth/fusionauth-example-fine-grained-authorization)
3434
* [Review the Permify docs](https://docs.permify.co/)
3535

3636

astro/src/content/json/exampleapps.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@
690690
"language": "javascript"
691691
},
692692
{
693-
"url": "github.com/FusionAuth/fusionauth-example-fine-grained-authorization",
693+
"url": "https://github.com/FusionAuth/fusionauth-example-fine-grained-authorization",
694694
"name": "Fine-grained authorization example",
695695
"description": "Example of using fine-grained authorization with FusionAuth",
696696
"language": "javascript"

0 commit comments

Comments
 (0)