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
Once #1148 has been implemented, let's build to build the WoTT Agent integration as the first reference implementation. Think of the WoTT agent as Last Pass for IoT, meaning a credential manager.
The integration would work as follows (documentation needed too):
The user would install the WoTT agent onto the device and claim the device in the WoTT dashboard.
The user would create two different credentials in the WoTT dashboard, one for the username, and one for the password. These must have predetermined names, as we will rely on these paths later.
We need to add a new auth backend that supports WoTT. All it essentially need to do is to read the credentials from the paths generated above. This module then needs to check the credentials entered by the user against these credentials.
The text was updated successfully, but these errors were encountered:
Once #1148 has been implemented, let's build to build the WoTT Agent integration as the first reference implementation. Think of the WoTT agent as Last Pass for IoT, meaning a credential manager.
The integration would work as follows (documentation needed too):
The text was updated successfully, but these errors were encountered: