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-10-09 18:13:58 +02:00
|
|
|
authc:
|
|
|
|
main: utils/authc.cr
|
|
|
|
|
|
|
|
# TO REMOVE
|
2020-09-05 02:46:03 +02:00
|
|
|
auth-user-perms:
|
|
|
|
main: utils/authd-user-perms.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
|
2020-03-23 15:06:54 +01:00
|
|
|
auth-user-search:
|
|
|
|
main: utils/authd-user-search.cr
|
2018-09-22 19:08:28 +02:00
|
|
|
|
2020-07-13 14:43:19 +02:00
|
|
|
crystal: 0.35.1
|
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:
|
2020-04-13 18:15:57 +02:00
|
|
|
git: https://git.baguette.netlib.re/Baguette/passwd.cr
|
2019-11-17 15:56:35 +01:00
|
|
|
branch: master
|
2018-11-30 23:31:01 +01:00
|
|
|
ipc:
|
2020-04-13 18:15:57 +02:00
|
|
|
git: https://git.baguette.netlib.re/Baguette/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
|
2020-08-28 01:50:05 +02:00
|
|
|
baguette-crystal-base:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base
|
|
|
|
branch: master
|
2019-12-12 00:45:12 +01:00
|
|
|
dodb:
|
2020-04-13 18:15:57 +02:00
|
|
|
git: https://git.baguette.netlib.re/Baguette/dodb.cr
|
2019-12-07 21:09:17 +01:00
|
|
|
branch: master
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
license: EUPL
|