Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 430 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 430 Bytes

Profile Sandbox Offline Example

General example of how to use the Sandbox in your tests

Setup

Copy the .env.example file and rename it to be .env, then modify the YOTI_SANDBOX_CLIENT_SDK_ID and YOTI_KEY_FILE_PATH environment variables.

Profile Token Creation

profile.spec.js demonstrates how to create a token and retrieve a user profile

Run npm test inside this directory