Skip to content

Commit 3c5a526

Browse files
authored
fix: rebranding okta fga to auth0 fga (#1021)
1 parent d2af258 commit 3c5a526

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## About OpenFGA
66
<!-- markdown-link-check-disable -->
7-
[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.
7+
[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.
88
<!-- markdown-link-check-enable-->
99

1010
## About OpenFGA docs

blog/fine-grained-news-2024-02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We'll be pretty busy during [KubeCon Europe 2024](https://events.linuxfoundation
2222

2323
- OpenFGA will be present in [Canonical's Operator's day](https://app.myonvent.com/event/operator-day/), co-located at KubeCon EU. Andres Aguiar and Massimilano Gori from Canonical, will talk about how Canonical adopted OpenFGA for implementing authorization in [Juju](https://juju.is/).
2424

25-
- Andres Aguiar will also be delivering a Lightning Talk titled **OpenFGA - The Cloud Native way to implement Fine Grained Authorization** (link not available yet :) ).
25+
- Andres Aguiar will also be delivering a Lightning Talk titled **OpenFGA - The Cloud Native way to implement Fine-Grained Authorization** (link not available yet :) ).
2626

2727
We'll also have a kiosk in the CNCF Project Pavilion, so if you plan to attend let us know and we can schedule some time together!
2828

blog/fine-grained-news-2024-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can now watch online:
1818

1919
- An AppDeveloperCon session about [Implementing Modern Cloud Native Authorization Using OpenFGA](https://www.youtube.com/watch?v=5NkJHeToEwo) where [Pauline Jamin](https://github.com/paulinejamin) and [Andres Aguiar](https://github.com/aaguiarz) go over how OpenFGA is helping Agicap to implement fine-grained authorization.
2020

21-
- A 7-min Lightning Talk about [OpenFGA: The Cloud Native way to implement Fine Grained Authorization](https://www.youtube.com/watch?v=K7Me3OjFxJ0).
21+
- A 7-min Lightning Talk about [OpenFGA: The Cloud Native way to implement Fine-Grained Authorization](https://www.youtube.com/watch?v=K7Me3OjFxJ0).
2222

2323
- [Jonathan Whitaker](https://www.linkedin.com/in/jonathan-whitaker-5a8b2484/)'s talk about [Federated IAM for Kubernetes with OpenFGA](https://www.youtube.com/watch?v=UaK1EnRgrng), demoing how to use OpenFGA and KeyCloak to implement fine-grained authorization in a Kubernetes cluster, in ways it's not possible today, like giving access to a user for 90 seconds.
2424

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ hide_title: true
66

77
## About OpenFGA
88

9-
[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. OpenFGA is designed and optimized for reliability and low latency at a high scale.
9+
[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. OpenFGA is designed and optimized for reliability and low latency at a high scale.
1010

1111
It offers an HTTP API, a gRPC 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) and [Java](https://github.com/openfga/java-sdk).
1212

1313
## Resources
1414

15-
- [Okta FGA Playground](https://play.fga.dev)
15+
- [Auth0 FGA Playground](https://play.fga.dev)
1616
- [Zanzibar Academy](https://zanzibar.academy)
1717
- [OpenFGA on Twitter](https://twitter.com/OpenFGA)
1818
- [OpenFGA Community](https://openfga.dev/community) in Slack and GitHub

docs/content/getting-started/framework.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ func checkAuthorization(c *fiber.Ctx) error {
523523
},
524524
{
525525
title: 'IoT',
526-
description: 'Modeling Fine Grained Authorization for an IoT Security Camera System with {ProductName}.',
526+
description: 'Modeling Fine-Grained Authorization for an IoT Security Camera System with {ProductName}.',
527527
link: '../modeling/advanced/iot',
528528
},
529529
{

docs/content/modeling/advanced/iot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: IoT
3-
description: Modeling fine grained authorization for an IoT security camera system
3+
description: Modeling fine-grained authorization for an IoT security camera system
44
sidebar_position: 3
55
slug: /modeling/advanced/iot
66
---

docs/content/modeling/advanced/slack.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ Upcoming tutorials will dive deeper into <ProductName format={ProductNameFormat.
900900

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

903-
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.
903+
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.
904904

905905
<figure className="video_container">
906906
<iframe

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const config = {
3838
icon: 'ZanzibarIcon',
3939
},
4040
{
41-
text: 'Okta FGA Playground →',
41+
text: 'Auth0 FGA Playground →',
4242
href: 'https://play.fga.dev/',
4343
icon: 'ModelIcon',
4444
},
@@ -70,7 +70,7 @@ const config = {
7070
// link to the concept page (relative to baseURL)
7171
conceptLink: `docs/concepts`,
7272
longProductName: `OpenFGA`,
73-
landingPageTitle: 'Fine Grained Authorization',
73+
landingPageTitle: 'Fine-Grained Authorization',
7474

7575
// define playgroundName and playgroundURL if you want to show your examples through playground
7676
//playgroundName: '',

0 commit comments

Comments
 (0)