2018-09-22 19:08:28 +02:00
|
|
|
name: authd
|
2018-11-12 18:51:21 +01:00
|
|
|
version: 0.2.0
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
authors:
|
|
|
|
- Karchnu <karchnu@karchnu.fr>
|
|
|
|
- Luka Vandervelden <lukc@upyum.com>
|
|
|
|
|
|
|
|
description: |
|
2018-11-12 18:51:21 +01:00
|
|
|
JWT-based authentication daemon.
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
targets:
|
|
|
|
authd:
|
|
|
|
main: src/main.cr
|
2020-03-23 06:59:42 +01:00
|
|
|
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
|
2018-09-22 19:08:28 +02:00
|
|
|
|
2020-01-27 13:16:16 +01:00
|
|
|
crystal: 0.31
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
dependencies:
|
2020-01-27 13:16:16 +01:00
|
|
|
grok:
|
|
|
|
github: spinscale/grok.cr
|
2019-11-17 15:56:35 +01:00
|
|
|
passwd:
|
|
|
|
git: https://git.karchnu.fr/WeirdOS/passwd.cr
|
|
|
|
branch: master
|
2018-11-30 23:31:01 +01:00
|
|
|
ipc:
|
2019-10-04 00:14:53 +02:00
|
|
|
git: https://git.karchnu.fr/WeirdOS/ipc.cr
|
2018-11-30 23:31:01 +01:00
|
|
|
branch: master
|
2018-09-22 19:08:28 +02:00
|
|
|
jwt:
|
|
|
|
github: crystal-community/jwt
|
|
|
|
branch: master
|
2019-12-12 00:45:12 +01:00
|
|
|
dodb:
|
|
|
|
git: https://git.karchnu.fr/WeirdOS/dodb.cr
|
2019-12-07 21:09:17 +01:00
|
|
|
branch: master
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
license: EUPL
|