We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When the steward receives the pair message, it sends a simple result containing information for future authentication:
recv: {"requestID":"1","result":{"params":{"algorithm":"sha1","length":40,"name":".things@steward","issuer":"steward","step":30,"base32":"GVEFOUBTIFNHCZZQIIYHIZCSMRCDKZCYIRZTO3RXKBDEGVLRIZUTG42UNN2TMVDT","protocol":"totp"},"success":true,"thingID":"1"},"timestamp":1462345153}
And you can see the "name" is ".thing@steward", but it should be the word of what I send for pairing, which is 'TESTUUID000' as below
send: {"path":"/api/v1/thing/pair/TESTUUID000","name":"TESTUUID000","requestID":1}
This will occur only after db files be clean, then the first time steward running up.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When the steward receives the pair message, it sends a simple result containing information for future authentication:
And you can see the "name" is ".thing@steward", but it should be the word of what I send for pairing, which is 'TESTUUID000' as below
This will occur only after db files be clean, then the first time steward running up.
The text was updated successfully, but these errors were encountered: