mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Better management of the credentials #24

Closed antho1404 closed 4 years ago

antho1404 commented 4 years ago

For now, all APIs have an optional credential object. Some APIs don't even implement the credential system and some other like service.create require it.

We should have more granularity and put this argument as required when it is and remove it when it's not useful

antho1404 commented 4 years ago

This is not relevant anymore