Any project member or organization member can create/join networks and deploy nodes. However, only the member who created a node can modify the node or view the node's credentials.
There are 2 authentication methods available to make requests to a node. They are :
1. The first method uses an authentication key, and it's done by adding the authentication key after the URI of the node. The format would be "https://nd-xxx-xxx-xxx.p2pify.com/YourAuthenticationString"
2. The second method of authentication is using a username and password instead of an authentication key, and it's done by adding YourUsername:YourPassword before your node ID in the URI of the node. The format would be "https://YourUsername:Your-Long-Password-Goes-Here@nd-xxx-xxx-xxx.p2pify.com"
The authentication key, username and password are unique for each node and it will only be available for the creator of the node in the user interface.
See also :
Comments
0 comments
Article is closed for comments.