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
The current authentication is based on JWT with a lifespan of 24h.
To enable more trusted data a channel shall be optionally defined as high secure channel or top secret channel. (to be named)
In this case the data must be signed when writing to the channel. For instance data must be hashed and signed. The signed hash then can be validated by the api and only if it is valid it will be written to the channel.
The text was updated successfully, but these errors were encountered:
The current authentication is based on JWT with a lifespan of 24h.
To enable more trusted data a channel shall be optionally defined as high secure channel or top secret channel. (to be named)
In this case the data must be signed when writing to the channel. For instance data must be hashed and signed. The signed hash then can be validated by the api and only if it is valid it will be written to the channel.
The text was updated successfully, but these errors were encountered: