Files
trussed-auth/README.md
Robin Krahl 2fc6856270 Split backend and extension
This patch splits the trussed-auth crate into two crates:  trussed-auth
only defines the AuthExtension and can be used by clients or other
backends implementing the extension.  trussed-auth-backend contains the
AuthBackend that implements the extension using the filesystem.
2025-01-21 21:08:09 +01:00

1.1 KiB

trussed-auth

trussed-auth is an extension for Trussed that provides basic PIN handling. trussed-auth-backend is a Trussed backend implementing that extension using the filesystem. Other implementations are provided by these backends:

License

This project is dual-licensed under the Apache-2.0 and MIT licenses. Configuration files and examples are licensed under the CC0 1.0 license. For more information, see the license header in each file. You can find a copy of the license texts in the LICENSES directory.

This project complies with version 3.0 of the REUSE specification.