openfga.dev icon indicating copy to clipboard operation
openfga.dev copied to clipboard

OpenFGA website and documentation

Results 69 openfga.dev issues
Sort by recently updated
recently updated
newest added

revise the typo in the block of OIDC authentication Revise the typo in the block of OIDC as follows: To configure with `pre-shared` authentication -> To configure with `OIDC` authentication...

Tone, style guide, and readability fixes. Please schedule me for a Zoom if you'd like to discuss the changes. Small changes to the content. No changes to the technical information....

Tightened up the tone, context, and tenses. QOL edits. Please contact me with any questions! ## Description ## References ## Review Checklist - [ ] I have clicked on ["allow...

Update the Framework implementation docs to suggest throwing a `403` Forbidden error instead of a `401` Unauthorized error when a check returns not allowed. ## Description ## References ## Review...

The fact that our model is a JSON enables interesting use cases where OpenFGA adopter can create their own DSLs / UIs to create models. We should document this better....

documentation

## Description Replaces "Configuration Language" with "Modeling Language" https://openfga.github.io/openfga.dev/pr-preview/pr-686/docs ## References ## Review Checklist - [x] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [ ] I have added...

This is a first-half edit of a very, very long document. I know that this is a lot to look over, so feel free to schedule me for a Zoom...

## Description ## References ## Review Checklist - [x] I have clicked on ["allow edits by maintainers"](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork). - [ ] I have added documentation for new/changed functionality in this PR...

https://openfga.dev/docs/getting-started/framework https://github.com/openfga/openfga.dev/blob/main/docs/content/getting-started/framework.mdx#L326-L330 https://github.com/openfga/openfga.dev/blob/main/docs/content/getting-started/framework.mdx#L481-L486 These show the Client being re-initialized at every request which goes against our recommendations. We should initialize the client only once and re-use it

documentation

Currently the SDKs expect: * `X-RateLimit-Limit`: The maximum number of requests in a time period. * `X-RateLimit-Remaining`: The number of requests remaining in the current rate limit window. * `X-RateLimit-Reset`:...

documentation