Unofficial SpiceDB library for Elixir
Current section
Files
defmodule Authzed.Api.V1.GRPCUtil do def bearer_auth_token(ca_path) do GRPC.Credential.new(ssl: [cacertfile: ca_path]) end def insecure_bearer_auth_token(token) do [authorization: "Bearer #{token}"] end end
Type any of these into the search box. They can be combined with free text which searches package names and descriptions.
Wrap values in double quotes to include spaces, e.g. name:"my package".
name:"my package"