Skip to content

Add PBKDF2 password hashing #43

Add PBKDF2 password hashing

Add PBKDF2 password hashing #43

Workflow file for this run

name: test
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [main] }
permissions:
contents: read
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main
with:
with_api_check: ${{ github.event_name == 'pull_request' }}
warnings_as_errors: true
with_linting: true
with_windows: true
with_musl: true
with_android: true
with_wasm: true
ios_scheme_name: authentication
secrets: inherit