Crates.io | gel-jwt |
lib.rs | gel-jwt |
version | 0.1.4 |
created_at | 2025-03-14 20:15:40.901889+00 |
updated_at | 2025-09-12 16:49:28.992895+00 |
description | JWT implementation for the Gel database. |
homepage | |
repository | |
max_upload_size | |
id | 1592731 |
size | 230,029 |
This crate provides support for JWT tokens. The JWT signing and verification is done
using the jsonwebtoken
crate, while the key loading is performed here via the
pkcs1
/pkcs8
/sec1
crates.
HS256: symmetric key RS256: asymmetric key (RSA 2048+ + SHA256) ES256: asymmetric key (P-256 + SHA256)
HS256: raw data RS256: PKCS1/PKCS8 PEM ES256: SEC1/PKCS8 PEM