Skip to content

fix: eliminate OTP bias and timing attack vulnerability #50

fix: eliminate OTP bias and timing attack vulnerability

fix: eliminate OTP bias and timing attack vulnerability #50

Workflow file for this run

name: test
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: cd packages/openauth && bun test