java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

OpenFGA SDK for Java - https://central.sonatype.com/artifact/dev.openfga/openfga-sdk

Results 38 java-sdk issues
Sort by recently updated
recently updated
newest added

### Checklist - [x] I have looked into the [README](https://github.com/openfga/java-sdk/blob/main/README.md) and have not found a suitable solution or answer. - [x] I have looked into the [documentation](https://openfga.dev/docs) and have not...

bug

### Checklist - [x] I have looked into the [README](https://github.com/openfga/java-sdk/blob/main/README.md) and have not found a suitable solution or answer. - [x] I have looked into the [documentation](https://openfga.dev/docs) and have not...

bug

This PR adds public `getAccessToken()` methods to both `OpenFgaApi` and `OpenFgaClient` to allow users to retrieve the OAuth2 access token obtained from the client credentials endpoint. This enables users to...

**The Problem** The current public API for configuring transaction behavior in ClientWriteOptions is counter-intuitive and can lead to developer confusion. Confusing Boolean Setter: The method disableTransactions(boolean) requires developers to parse...

enhancement
good first issue
java

## Summary - allow configuring `maxParallelRequests` in `ClientWriteOptions` - use sequential writes when `maxParallelRequests` is 1 - document parallel writes in README - update tests - add changelog entry AI...

codex

**Please do not report security vulnerabilities here**. See the [Responsible Disclosure Program](https://github.com/openfga/java-sdk/blob/main/.github/SECURITY.md). **Thank you in advance for helping us to improve this library!** Please read through the template below and...

bug

### Checklist - [x] I agree to the terms within the [OpenFGA Code of Conduct](https://github.com/openfga/.github/blob/main/CODE_OF_CONDUCT.md). ### Describe the problem you'd like to have solved OpenFgaClient creates a new executor on...

enhancement

## Description Addresses [#99](https://github.com/openfga/java-sdk/issues/99#issue-2451875712) ## 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...