You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably rpc-multistream should bind the rpc functions to some object such that this refers to an object with relevant info from within the rpc functions.
rpc-multiauth should then add a .auth or .user to that object so rpc functions can access the current user using e.g. this.user.
Until then we have to enable opts.userDataAsFirstArgument.
The text was updated successfully, but these errors were encountered:
Probably rpc-multistream should bind the rpc functions to some object such that
this
refers to an object with relevant info from within the rpc functions.rpc-multiauth should then add a
.auth
or.user
to that object so rpc functions can access the current user using e.g.this.user
.Until then we have to enable
opts.userDataAsFirstArgument
.The text was updated successfully, but these errors were encountered: