api
api copied to clipboard
Protocol Buffers used by OpenFGA
Update the Read Documentation (https://github.com/openfga/api/blob/main/openfga/v1/openfga_service.proto#L29-L138) to mention all possible examples. See Docs: https://github.com/openfga/openfga.dev/pull/988 And the SDKs: https://github.com/openfga/js-sdk/blob/main/README.md?plain=1#L329-L368
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.36.0. Commits 85d1d54 go.mod: update golang.org/x dependencies cde1dda proxy, http/httpproxy: do not mismatch IPv6 zone ids against hosts fe7f039 publicsuffix: spruce up code gen and...
# Situation We are using the OpenAPI spec contained in this repo in order to create a HTTP client using OpenAPI generator, as the pre-built Java SDK does not suite...
Update the regex validation for ``user``, ``relation``, and ``object`` under ``CheckRequestTupleKey``. Updated regular expressions used for user, relation and object under CheckRequestTupleKey in the following manner: - ``user``: ``^(?=.{2,512}$)(?:[a-z_-]+:(?:[a-zA-Z0-9_/#-]+|\*))$`` -...
Hi OpenFGA team 👋🏿 , I’ve noticed that the `validation_error` code is being used quite broadly, almost as a default or fallback error, in situations where more specific error codes...
Add continuation_token field to enable resumable pagination for the ListObjects API. This allows clients to retrieve all accessible objects even when results are truncated due to deadline or max results...
Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5.0.0 to 6.0.0 Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support...
Automated update of SECURITY-INSIGHTS.yml file
## Description The BatchCheckRequest example in the BatchCheck API documentation contains invalid JSON due to missing commas after the `object` field in the `tuple_key` objects. ## Issue Details In the...
## Summary This PR adds metadata field support to OpenFGA authorization models, enabling better organization, versioning, and operational management of authorization models. This PR is required with https://github.com/openfga/openfga/pull/2585 [Roadmap](https://github.com/openfga/roadmap/issues/80) [RFC](https://github.com/openfga/rfcs/pull/27)...