authd/shard.yml

39 lines
807 B
YAML
Raw Normal View History

2018-09-22 19:08:28 +02:00
name: authd
version: 0.2.0
2018-09-22 19:08:28 +02:00
authors:
- Karchnu <karchnu@karchnu.fr>
- Luka Vandervelden <lukc@upyum.com>
description: |
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
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:
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
dodb:
2020-04-13 18:15:57 +02:00
git: https://git.baguette.netlib.re/Baguette/dodb.cr
branch: master
2018-09-22 19:08:28 +02:00
license: EUPL