Skip to content

Commit

Permalink
SP-12985: Add authentication example with jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
GubinAlexander committed Feb 1, 2024
1 parent 279fab0 commit 65b52a1
Show file tree
Hide file tree
Showing 40 changed files with 5,919 additions and 8,101 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/dist/*
/lib/*
/example/*
/examples/basic*
!.*
8 changes: 4 additions & 4 deletions .github/workflows/run-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
- run: npm install
- run: npm run build
- run: npm install
working-directory: ./example/esm
working-directory: ./examples/basic/esm
- run: node --unhandled-rejections=strict index.js
working-directory: ./example/esm
working-directory: ./examples/basic/esm
env:
API_BASE_PATH: "https://test-faceapi.regulaforensics.com"
- run: npm install
working-directory: ./example/cjs
working-directory: ./examples/basic/cjs
- run: node --unhandled-rejections=strict index.js
working-directory: ./example/cjs
working-directory: ./examples/basic/cjs
env:
API_BASE_PATH: "https://test-faceapi.regulaforensics.com"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ for (const result of response.results) {
}
```

You can find more detailed guide and run this sample in [example](https://github.com/regulaforensics/FaceSDK-web-js-client/tree/master/example) folder.
You can find more detailed guide and run this sample in [example](https://github.com/regulaforensics/FaceSDK-web-js-client/tree/master/examples/basic) folder.

## Compatibility

Expand Down
Loading

0 comments on commit 65b52a1

Please sign in to comment.