2018-09-22 19:08:28 +02:00
|
|
|
name: authd
|
2023-02-09 17:55:34 +01:00
|
|
|
version: 0.1.0
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
description: |
|
2023-02-09 17:55:34 +01:00
|
|
|
JWT-based authentication daemon.
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- Philippe Pittoli <karchnu@karchnu.fr>
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
targets:
|
|
|
|
authd:
|
2023-02-10 09:51:53 +01:00
|
|
|
main: src/server.cr
|
2020-10-09 18:13:58 +02:00
|
|
|
authc:
|
2023-02-10 09:51:53 +01:00
|
|
|
main: src/client.cr
|
2018-09-22 19:08:28 +02:00
|
|
|
|
2023-02-09 17:55:34 +01:00
|
|
|
crystal: 1.7.1
|
2018-09-22 19:08:28 +02:00
|
|
|
|
|
|
|
dependencies:
|
2023-02-09 17:55:34 +01:00
|
|
|
grok:
|
|
|
|
github: spinscale/grok.cr
|
|
|
|
passwd:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/passwd.cr
|
|
|
|
branch: master
|
|
|
|
jwt:
|
|
|
|
github: crystal-community/jwt
|
|
|
|
branch: master
|
|
|
|
baguette-crystal-base:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/baguette-crystal-base
|
|
|
|
branch: master
|
|
|
|
dodb:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/dodb.cr
|
|
|
|
branch: master
|
|
|
|
cbor:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/crystal-cbor
|
|
|
|
branch: master
|
|
|
|
ipc:
|
|
|
|
git: https://git.baguette.netlib.re/Baguette/ipc.cr
|
|
|
|
branch: master
|
2018-09-22 19:08:28 +02:00
|
|
|
|
2023-02-09 17:55:34 +01:00
|
|
|
license: ISC
|