https://github.com/trussed-dev/trussed-auth
Authentication extension and backend for Trussed
https://github.com/trussed-dev/trussed-auth
Last synced: 11 months ago
JSON representation
Authentication extension and backend for Trussed
- Host: GitHub
- URL: https://github.com/trussed-dev/trussed-auth
- Owner: trussed-dev
- Created: 2023-02-02T13:48:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T09:47:06.000Z (over 1 year ago)
- Last Synced: 2024-10-26T06:34:39.346Z (over 1 year ago)
- Language: Rust
- Size: 90.8 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# 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:
- [`trussed-se050-backend`][]
[Trussed]: https://github.com/trussed-dev/trussed
[`trussed-se050-backend`]: https://github.com/Nitrokey/trussed-se050-backend
## 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][CC0-1.0]. For more information, see the license header in each file.
You can find a copy of the license texts in the [`LICENSES`](./LICENSES)
directory.
[Apache-2.0]: https://opensource.org/licenses/Apache-2.0
[MIT]: https://opensource.org/licenses/MIT
[CC0-1.0]: https://creativecommons.org/publicdomain/zero/1.0/
This project complies with [version 3.0 of the REUSE specification][reuse].
[reuse]: https://reuse.software/practices/3.0/