0.1.1 • Published 4 years ago

@wulkanowy/insomnia-plugin-uonet-request-signer-hebe v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Insomnia Dzienniczek+ 2020 request signer

npm

This is a plugin for Insomnia that allows users to automatically sign requests to the API of Dzienniczek+ 2020 (codenamed hebe) app.

Installation

Install the @wulkanowy/insomnia-plugin-uonet-request-signer-hebe plugin from Preferences > Plugins.

Usage

Add to Headers:

  • PrivateKey - API certificate's private key in PEM format - plain Base64 (no headers)
  • Fingerprint - API certificate's SHA1 sum/fingerprint in hex format (no delimiters, lowercase)
  • DeviceModel - user's Android device model, used to provide vDeviceModel request header
  • FirebaseToken - user's Android device Firebase token - used to send push notifications to device. May be fake, not recommended.