mirror of
https://github.com/trussed-dev/trussed-auth.git
synced 2026-06-20 04:16:21 -07:00
This patch implements a basic Auth extension and backend that provides PIN handling. Policies still have to be enforced by the client. Fixes https://github.com/trussed-dev/trussed-auth/issues/1
28 lines
844 B
Markdown
28 lines
844 B
Markdown
<!--
|
|
Copyright (C) Nitrokey GmbH
|
|
SPDX-License-Identifier: CC0-1.0
|
|
-->
|
|
|
|
# trussed-auth
|
|
|
|
`trussed-auth` is an extension and custom backend for [Trussed][] that provides
|
|
basic PIN handling.
|
|
|
|
[Trussed]: https://github.com/trussed-dev/trussed
|
|
|
|
## 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/
|