Authentication server providing tokens for users. Usable by all libIPC services.
 
 
 
 
Go to file
Luka Vandervelden be72953127 project.zsh added, because. 2019-11-15 20:14:51 +01:00
spec Very basic initial spec. 2019-06-29 03:56:06 +02:00
src Updating for new IPC.cr API. 2019-11-03 13:17:24 +01:00
README.md
db-password-file
project.zsh project.zsh added, because. 2019-11-15 20:14:51 +01:00
shard.yml Dependencies’ URL update. 2019-10-04 00:14:53 +02:00

README.md

authd

Database setup

create table users(id int, created_at date, updated_at date, username text, realname text, password text, avatar text, perms text[]);