Skip to content

bwlt/satispay-authentication-nodejs

Repository files navigation

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-----"

About

An implementation of the [Satispay authentication](https://developers.satispay.com/reference) written in TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published