rolling-token-auth 0.1.1

A simple and secure rolling token authentication system using HMAC-SHA256
Documentation
[dependencies.hex]
version = "^0.4"

[dependencies.hmac]
version = "^0.12"

[dependencies.sha2]
version = "^0.10"

[lib]
name = "rolling_token_auth"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography"]
description = "A simple and secure rolling token authentication system using HMAC-SHA256"
documentation = "https://docs.rs/rolling-token-auth"
edition = "2021"
keywords = ["authentication", "token", "security", "hmac", "rolling"]
license = "MIT"
name = "rolling-token-auth"
readme = "README.md"
repository = "https://github.com/alexeichhorn/rust-rolling-token-auth"
version = "0.1.1"