Skip to content

add nonce and aud check #98

add nonce and aud check

add nonce and aud check #98

Workflow file for this run

name: Tests
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: API Tests
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
working-directory: ./api
- run: npm test
working-directory: ./api