eluv-io / elv-live-js

Eluvio Live JavaScript SDK
MIT License
4 stars 3 forks source link

add tenant-auth-curl arg handling #167

Closed elv-todd closed 9 months ago

elv-todd commented 9 months ago

allow additional url params to be used in a tenant auth query to elvauthd

eg.

$ elv-live tenant_auth_curl /tnt/iten4TXq2en3qtu3JREnE5tSLRf9zLod/actions?count=1 

curl -s -H "Authorization: Bearer ES256K_6b.." "https://host-76-74-28-227.contentfabric.io/as/tnt/iten4TXq2en3qtu3JREnE5tSLRf9zLod/actions?ts=1707259185246&count=2"

{ ... }