Skip to main content
Version: V2

User Login

CyberConnect uses sign in with ethereum (SIWE) login flow for users to

  1. send the on-chain transaction thru relay service. In this way, users would not need to pay for gas.
  2. It’s also used while registering signing key for storing data offchain (follow).

Login Flow

  1. Send loginGetMessage request with following fields.

Run in Postman:

QueryExample
  1. Sign this message with the wallet you specified. Remember to replace \n with new lines. (unescape json) Use the following tools to sign the message with your ETH wallet.

    1. Use Etherscan toolsiwe.png
    2. Your familiar Ether.js, web3.js and other package
  2. Verify the signature with gateway and save the token.

Run in Postman:

QueryExample

Next Step

The following mutations require Authorization header:

  1. registerSigningKey
  2. createRegisterEssenceTypedData
  3. createCollectEssenceTypedData
  4. createSetEssenceDataTypedData
  5. createSubscribeTypedData
  6. createSetSubscribeDataTypedData
  7. relay

Use this persona access token in HTTP header Authorization . Don’t miss the bearer in front.

{
"Authorization": "bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjaGFpbl9pZCI6MSwiZG9tYWluIjoiY3liZXJjb25uZWN0Lm1lIiwiYWRkcmVzcyI6IjB4OTI3ZjM1NTExNzcyMWUwRThBN2I1ZUEyMDAwMmI2NUI4YTU1MTg5MCIsImlzcyI6IkN5YmVyQ29ubmVjdCIsImV4cCI6MTY2NTA4NDU2MywiaWF0IjoxNjYyNDkyNTYzfQ.X3Y-gTTnsmpNRqkZ3vAAv3UOnHBb5WH5EZ2sOcJRPnw"
}
Designed by