mirror of
https://github.com/jmic/altcha-lib-rs.git
synced 2026-01-25 04:16:40 +00:00
bump version to 0.3.0; update README;
Signed-off-by: jmic <jmic@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "altcha-lib-rs"
|
name = "altcha-lib-rs"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["jmic <jmic@users.noreply.github.com>"]
|
authors = ["jmic <jmic@users.noreply.github.com>"]
|
||||||
description = "Community implementation of the Altcha library in Rust for your own server application 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."
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ For more information about ALTCHA <https://altcha.org/docs>
|
|||||||
- Generates and validates self-hosted challenges
|
- Generates and validates self-hosted challenges
|
||||||
- Expiring challenges option
|
- Expiring challenges option
|
||||||
- Supports the algorithms SHA256, SHA384, SHA512, and SHA1 (via optional feature flag)
|
- Supports the algorithms SHA256, SHA384, SHA512, and SHA1 (via optional feature flag)
|
||||||
|
- With v0.3, enforces delimited salt to prevent replay attacks; see https://altcha.org/security-advisory/
|
||||||
|
|
||||||
**Not part of this library:**
|
**Not part of this library:**
|
||||||
- Methods to call ALTCHA's spam filter API
|
- Methods to call ALTCHA's spam filter API
|
||||||
|
|||||||
Reference in New Issue
Block a user