Authentication Methods

Overview of Sila's two authentication methods

Sila offers two authentication methods: JWT and ECDSA. We highly recommend using the JWT method since we will eventually be sunsetting the ECDSA method. This is long-term, and we will work with customers using ECDSA on a migration plan.

Given that utilizing the JWT method is less complex than ECDSA, Sila will NOT be providing SDK support for this authentication method. If you are using JWT, we recommend not using the SDK's, as they meant primarily to simplify signing with the ECDSA method, and our newer endpoints generally do not have SDK support (eg: /transact).

JWT, or Authentication Token (recommended)

ECDSA


📘

JWT (Authentication Token) and ECDSA (legacy) Authentication

The Sila API implementation up until (not including) Release 0.2.20 only supported a proprietary signing scheme based on the ECDSA algorithm and private keys.

As of Release 0.2.20 (released Feb 2021), all new client apps will have the option to use an authentication scheme based on conventional JWT access tokens.