Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 593 Bytes

File metadata and controls

23 lines (19 loc) · 593 Bytes
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

🔐 Encryption Authentication

Encryption nodes require authentication to accept incoming requests. Users can use three ways to authenticate:

  1. Signed Message
  2. JWT Token
  3. Passkey

In the code example of file and text upload, the user must place the JWT or signed message generated above in place of signed_message in the code example.