When openfga is embedded in another application as library, there might be different authentication method in front of GRPC connection. For example, in grafana we use token-based authentication for GRPC connection to the service which embeds openfga. So in order to use openfga-cli we need to pass access token in special header which is not possible currently with CLI.
When openfga is embedded in another application as library, there might be different authentication method in front of GRPC connection. For example, in grafana we use token-based authentication for GRPC connection to the service which embeds openfga. So in order to use openfga-cli we need to pass access token in special header which is not possible currently with CLI.