jwt-compact 0.8.0

Minimalistic JWT implementation with focus on type safety and secure cryptographic primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
name: Scheduled checks

on:
  schedule:
    - cron: "0 2 * * SAT"

jobs:
  build:
    uses: ./.github/workflows/build-reusable.yml
    with:
      nightly_rust_version: nightly-2023-09-09