Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 494 Bytes

authentication.md

File metadata and controls

15 lines (10 loc) · 494 Bytes
sort
3

Authentication

HMAC Authentication

HMAC is a standard authentication mechanism used to authenticates to API servers. It uses a shared secret to generate a token for every request.

RSA Authentication

This method brings great benefits of security.

RSA is an asymmetric signature mechanism, it allows each peer to generate a secret privately and sign messages without sharing any secret. It reduces the risk of having the secret stolen and used by a malicious person.