jsonwebtoken-botan 1.0.0

A Botan backed crypto provider for jsonwebtoken
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "jsonwebtoken-botan"
version = "1.0.0"
license = "MIT"
readme = "readme.md"
description = "A Botan backed crypto provider for jsonwebtoken"
homepage = "https://github.com/arckoor/jsonwebtoken-providers/tree/main/jsonwebtoken-botan"
repository = "https://github.com/arckoor/jsonwebtoken-providers"
keywords = ["jwt"]
edition = "2024"

[dependencies]
jsonwebtoken = { workspace = true }
botan = { workspace = true }