48 lines
1.0 KiB
YAML
48 lines
1.0 KiB
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
|
|
auth-user-add:
|
|
main: utils/authd-user-add.cr
|
|
auth-user-allow:
|
|
main: utils/authd-user-allow.cr
|
|
auth-user-ask-for-new-password:
|
|
main: utils/authd-user-ask-for-new-password.cr
|
|
auth-user-get:
|
|
main: utils/authd-user-get.cr
|
|
auth-user-mod:
|
|
main: utils/authd-user-mod.cr
|
|
auth-user-validate:
|
|
main: utils/authd-user-validate.cr
|
|
auth-user-search:
|
|
main: utils/authd-user-search.cr
|
|
|
|
crystal: 0.31
|
|
|
|
dependencies:
|
|
grok:
|
|
github: spinscale/grok.cr
|
|
passwd:
|
|
git: https://git.karchnu.fr/WeirdOS/passwd.cr
|
|
branch: master
|
|
ipc:
|
|
git: https://git.karchnu.fr/WeirdOS/ipc.cr
|
|
branch: master
|
|
jwt:
|
|
github: crystal-community/jwt
|
|
branch: master
|
|
dodb:
|
|
git: https://git.karchnu.fr/WeirdOS/dodb.cr
|
|
branch: master
|
|
|
|
license: EUPL
|