e7abf8d5eb
* Setup a Nodejs project with Typescript * Implement an API for generating access token using sumsub * Add cors * Add usage to instructions * Pass kyc level and ttl in .env * Add a Dockerfile --------- Co-authored-by: Adw8 <adwaitgharpure@gmail.com>
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
SUMSUB_APP_TOKEN=
|
|
SUMSUB_SECRET_KEY=
|
|
KYC_LEVEL=basic-kyc-level
|
|
TTL_IN_SECS=600
|