Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 592 Bytes

File metadata and controls

12 lines (9 loc) · 592 Bytes

satispay-authentication

This is a TypeScript implementation of the Satispay authentication.

Setup

  1. Copy test.env.sample to test.env
  2. Fill the KEY_ID with the one generated with the API
  3. Fill the PRIVATE_KEY content with your private key.
    The " character wrapping the key is important; New lines should be replaced with \n control character.
    Example:

    PRIVATE_KEY="-----BEGIN RSA PRIVATE KEY-----\nfirsLine\nsecondLine\nthirdLine\n-----END RSA PRIVATE KEY-----"