Authentication server providing tokens for users. Usable by all libIPC services.
 
 
 
 
Go to file
Luka Vandervelden ffc69e737e Dependencies’ URL update. 2019-10-04 00:14:53 +02:00
spec Very basic initial spec. 2019-06-29 03:56:06 +02:00
src password_hash is masked in server responses. 2019-06-29 03:55:40 +02:00
README.md
db-password-file
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[]);