0.7.0 • Published 19 days ago

@devolutions/slauth v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

slauth

doc crate issue downloads license dependency status

Slauth is a Rust only, OpenSource implementation of Multiple authenticator utils / specification

Current Implementation Status

Status is describe by : ✔ as implemented, ❌ as not implemented and ⚠️ as partially implemented.

OATH Authentication (specs)

Authentication Methods

NameStatusRef
HOTPRFC 4226
TOTPRFC 6238
OCRARFC 6287

Provisioning

NameStatusRef
PSKCRFC 6030
DSKPPRFC 6063

FIDO & W3C Specification (specs)

Universal 2nd Factor (U2F)

NameStatusRef
Server-Side Verification
Raw MessageSpec
HID ProtocolSpec

WebAuthN

NameStatusRef
Server-Side Verification⚠️Spec
Raw MessageSpec
COSE⚠️Spec

For the server side validation, the following algorithm are implemented:

  • ES256
  • ES384
  • ED25519
  • RS256

Universal Authentication Framework (UAF)

Not Implemented