Skip to main content

Crate authforge

Crate authforge 

Source

Structs§

AuthForgeClient
AuthForgeConfig
LoginResult

Enums§

AuthForgeError
HeartbeatMode

Functions§

verify_payload_signature_ed25519
verify_payload_signature_ed25519_any
Multi-key variant: returns Ok(true) if the signature matches any key in public_keys. Used internally so the SDK keeps verifying during a server-side rotation; entries that are malformed are skipped rather than causing the whole call to fail.

Type Aliases§

FailureCallback
Thread-safe hook for logging or metrics when the SDK surfaces a failure string.