Authentication
In order to enjoy the benefits of an authenticated Liquid Tap session, the user must send a quoine:auth_request
event containing a JSON Web Token, constructed in the same manner as for access to the Quoine Liquid API. The path parameter should be set to /realtime
.
Authentication is only required once, as long as the connection remains. Further information about authenticating through the dedicated library can be found here
Last updated