goodhamgupta / authzed_ex

Unofficial SpiceDB client library for Elixir
Apache License 2.0
15 stars 8 forks source link

Pass options through to GRPC.Stub.connect #25

Closed pwcsquared closed 3 months ago

pwcsquared commented 3 months ago

Adds an optional keyword list argument to Authzed.Api.V1.Client.new so that additional GRPC.Stub.connect options can be configured.

pwcsquared commented 3 months ago

Addresses: https://github.com/goodhamgupta/authzed_ex/issues/24

goodhamgupta commented 3 months ago

Thanks for your contribution @pwcsquared! Could you please bump up the version in the mix.exs file? I can then merge these changes 😄