Overview

Signing keys provides endpoints for managing cryptographic key pairs used to securely sign and verify tokens, such as JSON Web Tokens (JWTs), which are essential for authenticating and authorizing API requests in video-centric applications. Signing keys consist of a public and private key pair. The private key is used to sign tokens, while FastPix retains the public key to verify the authenticity of those tokens.

Private key: Used to create a digital signature. This key is kept secret and is only known to the signer.

Public key: Used to verify the digital signature. This key can be shared with anyone who needs to verify the authenticity of the signed message.

Explore guides