openfga / sdk-generator

OpenFGA Client SDK Generator
Apache License 2.0
14 stars 30 forks source link

Removing excluded users from ListUsers response #377

Closed willvedd closed 2 weeks ago

willvedd commented 2 weeks ago

Description

Removes excluded_users from the response of all SDKs as it was removed from OpenFGA with https://github.com/openfga/api/pull/171.

This feature was originally a well-intentioned way to communicate any negations that may exist on public-typed wildcard (e.g. user:*) as a means of being abundantly clear about what a user:* result entails. However, as we discover more possible situations where excluded users could arise, we realize that we were making a premature decision about the API. We fully intend to re-add excluded_users at some point in the future but may or may not be a flattened list as previously implemented.

Please note:

References

Review Checklist