mirror of
https://github.com/jmic/altcha-lib-rs.git
synced 2026-01-25 04:16:40 +00:00
fix typo
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Community ALTCHA Rust Library   [](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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user