Skip to content

Commit

Permalink
feat: update branding (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic-Dev authored Oct 3, 2023
1 parent f5deaeb commit 615ead7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## About OpenFGA
<!-- markdown-link-check-disable -->
[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Auth0 FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk) and [.NET](https://github.com/openfga/dotnet-sdk). More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.
[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Okta FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk) and [.NET](https://github.com/openfga/dotnet-sdk). More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.
<!-- markdown-link-check-enable-->

## About OpenFGA docs
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ hide_title: true

## About OpenFGA

[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Auth0 FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk), [.NET](https://github.com/openfga/dotnet-sdk) and [Python](https://github.com/openfga/python-sdk). More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.
[OpenFGA](https://github.com/openfga/openfga) is an open source Fine-Grained Authorization solution based on Google's Zanzibar. It was created by the Okta FGA team and welcomes community contribution. OpenFGA is designed to make it easy for application builders to quickly add fine-grained authorization to their applications. It offers an HTTP API and has SDKs for programming languages including [JavaScript](https://github.com/openfga/js-sdk), [GoLang](https://github.com/openfga/go-sdk), [.NET](https://github.com/openfga/dotnet-sdk) and [Python](https://github.com/openfga/python-sdk). More SDKs and integrations such as Rego are planned for the future. OpenFGA is designed and optimized for reliability and low latency at a high scale.

## Resources

- [Auth0 FGA Playground](https://play.fga.dev)
- [Okta FGA Playground](https://play.fga.dev)
- [Zanzibar Academy](https://zanzibar.academy)
- [OpenFGA on Twitter](https://twitter.com/OpenFGA)
- [Discord Community](https://discord.gg/pvbNmqC)
Expand Down
2 changes: 1 addition & 1 deletion docs/content/authorization-and-openfga.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section explains [authorization](#authentication-vs-authorization), [fine-g

## What Is OpenFGA?

**OpenFGA** is an open source solution to [Fine-Grained Authorization](#what-is-fine-grained-authorization-fga) that applies the concept of [ReBAC](#what-is-relationship-based-access-control-rebac). It was created by the [Auth0 FGA](https://docs.fga.dev/) team and was inspired by [Zanzibar](#what-is-zanzibar). It was designed for reliability and low latency at a high scale. It offers an HTTP API and has SDKs for programming languages including [Node.js/JavaScript](https://www.npmjs.com/package/@openfga/sdk), [GoLang](https://github.com/openfga/go-sdk), [.NET](https://www.nuget.org/packages/OpenFga.Sdk) and [Python](https://pypi.org/project/openfga-sdk). More SDKs and integrations such as Rego are planned for the future.
**OpenFGA** is an open source solution to [Fine-Grained Authorization](#what-is-fine-grained-authorization-fga) that applies the concept of [ReBAC](#what-is-relationship-based-access-control-rebac). It was created by the [Okta FGA](https://docs.fga.dev/) team and was inspired by [Zanzibar](#what-is-zanzibar). It was designed for reliability and low latency at a high scale. It offers an HTTP API and has SDKs for programming languages including [Node.js/JavaScript](https://www.npmjs.com/package/@openfga/sdk), [GoLang](https://github.com/openfga/go-sdk), [.NET](https://www.nuget.org/packages/OpenFga.Sdk) and [Python](https://pypi.org/project/openfga-sdk). More SDKs and integrations such as Rego are planned for the future.

<Playground intro={true} />

Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ _Authorization model_, together with [relationship tuples](#what-is-a-relationsh
The <ProductName format={ProductNameFormat.LongForm}/> service has two different syntaxes to define the authorization model:

- A JSON syntax accepted by the <ProductName format={ProductNameFormat.ShortForm}/> API that follows closely the original syntax discussed in the [Zanzibar Paper](https://research.google/pubs/pub48190/). See [Equivalent Zanzibar Concepts](./configuration-language.mdx#equivalent-zanzibar-concepts).
- A DSL that we believe is easier to use and is used in the Auth0 FGA Playground to help with modeling. This is translated to the API-supported syntax before being sent to the API.
- A DSL that we believe is easier to use and is used in the Okta FGA Playground to help with modeling. This is translated to the API-supported syntax before being sent to the API.

Learn more about the <UpdateProductNameInLinks link="./configuration-language" name="{ProductName} Configuration Language" />.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/getting-started/configure-model.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ The OpenFGA API only accepts an authorization model in the API&#39;s JSON syntax

To convert between the API Syntax and the friendly DSL, you can use the
[syntax transformer](https://github.com/openfga/syntax-transformer/) or
[Auth0 FGA's Playground](https://play.fga.dev).
[Okta FGA's Playground](https://play.fga.dev).
:::

## Related Sections
Expand Down
2 changes: 1 addition & 1 deletion docs/content/modeling/advanced/slack.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ Upcoming tutorials will dive deeper into <ProductName format={ProductNameFormat.

<Playground title="Slack" preset="slack" example="Slack" store="slack" />

If you are interested in learning more about Authorization and Role Management at Slack, check out the Auth0 Fine Grained Authorization (FGA) team's chat with the Slack engineering team.
If you are interested in learning more about Authorization and Role Management at Slack, check out the Okta Fine Grained Authorization (FGA) team's chat with the Slack engineering team.

<figure className="video_container">
<iframe
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const config = {
icon: 'ZanzibarIcon',
},
{
text: 'Auth0 FGA Playground →',
text: 'Okta FGA Playground →',
href: 'https://play.fga.dev/',
icon: 'ModelIcon',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const AuthzModelSnippetViewer: React.FC<AuthzModelSnippetViewerProps> = ({
<div>
To convert between the API Syntax and the friendly DSL, you can use the{' '}
<Link href={'https://github.com/openfga/syntax-transformer/'}>syntax transformer</Link> or{' '}
<Link href={'https://play.fga.dev'}>Auth0 FGA&#39;s Playground</Link>.
<Link href={'https://play.fga.dev'}>Okta FGA&#39;s Playground</Link>.
</div>
</Admonition>

Expand Down

0 comments on commit 615ead7

Please sign in to comment.