ssbc / muxrpc

lightweight multiplexed rpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should exported manifest included methods we don't have permission to run?

christianbundy opened this issue · comments

When running manifest() I'm seeing methods that aren't actually available to ssb-client, which gives me the impression that it's a permission thing (?). Is it correct that api.manifest() is returning methods I can't run?

yeah I think it just returns all the methods, then permissions don't get checked until you call the method.

Cool, thanks!