authd/shard.yml
Luka Vandervelden 6a008daf87 Crecto replacement.
Replaced by a `passwd` and `group` files reader that both follow UNIX
format. Only difference with a live system will be the password hash
field, which is stored in `passwd` instead of a dedicated `shadow` file
(and which is likely encoded differently).
2018-12-17 08:56:03 +09:00

26 lines
400 B
YAML

name: authd
version: 0.2.0
authors:
- Karchnu <karchnu@karchnu.fr>
- Luka Vandervelden <lukc@upyum.com>
description: |
JWT-based authentication daemon.
targets:
authd:
main: src/main.cr
crystal: 0.27
dependencies:
ipc:
git: https://git.karchnu.fr/JunkOS/ipc.cr
branch: master
jwt:
github: crystal-community/jwt
branch: master
license: EUPL