SenseCrypt eID v3.0.7
  • Introduction
    • Privacy Preserving Biometric Verifiability
    • Principles of Privacy Preserving Face Verification
  • SenseCrypt Server
    • Licensing and Authorization
    • Starting the server
    • Using the Swagger Docs page
      • Authorization
      • Generating your first SensePrint eID QR
      • Generating a raw SensePrint
      • Decrypting a raw SensePrint
    • Accessing the server for testing
    • Liveness Image Requirements
  • SenseCrypt Mobile SDKs
    • Licensing and Authorization
    • Android SDKs
    • iOS SDKs
  • Conclusion
Powered by GitBook
On this page
  1. SenseCrypt Server

Licensing and Authorization

Information about licensing and authentication for the server

The licensing for the server is determined by a license file called server.lic. This file is located in the root folder of the distribution bundle.

In the root folder of the bundle, you will also find a file called secrets.json.

When the server is running, it offers several end-points that can be called via REST clients in a language of your choice.

To access these end-points, an API key is needed. This API key is specified in the secrets.json file.

Please change it to a value that you will use to protect the end-points from unauthorised access.

PreviousSenseCrypt ServerNextStarting the server

Last updated 1 year ago