This commit is contained in:
jmic
2024-08-23 18:00:50 +02:00
parent e69e43e4cc
commit a45e894bf2
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name = "altcha-lib-rs"
version = "0.1.1"
edition = "2021"
authors = ["jmic <jmic@users.noreply.github.com>"]
description = "Community implementation of the Altcha library in Rust for your own server applications to create and validate challenges and responses."
description = "Community implementation of the Altcha library in Rust for your own server application to create and validate challenges and responses."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/jmic/altcha-lib-rs"

View File

@@ -1,7 +1,7 @@
# Community ALTCHA Rust Library &emsp; [![Build & test](https://github.com/jmic/altcha-lib-rs/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/jmic/altcha-lib-rs/actions/workflows/build-and-test.yml)
**Community implementation of the ALTCHA library in Rust for your
own server applications to create and validate challenges and responses.**
own server application to create and validate challenges and responses.**
For more information about ALTCHA <https://altcha.org/docs>
@@ -15,7 +15,7 @@ For more information about ALTCHA <https://altcha.org/docs>
**Not part of this library:**
- Methods to call ALTCHA's spam filter API
- machine-to-machine ALTCHA
- Store previously verified challenges to prevent replay attack prevention
- Store previously verified challenges to prevent replay attacks
## Setup