ekyc

Electronic KYC process with uploading ID document using OAuth 2.1 (experimental)
Log | Files | Refs | README | LICENSE

.gitignore (179B)


      1 # dotenv environment variable files
      2 .env
      3 .env.development.local
      4 .env.test.local
      5 .env.production.local
      6 .env.local
      7 
      8 # Fresh build directory
      9 _fresh/
     10 # npm dependencies
     11 node_modules/