No description
Find a file
2019-10-10 20:58:44 +02:00
spec
src Imposed authentication on a few requests. 2019-10-10 20:58:44 +02:00
db-password-file
README.md
shard.yml Dependencies’ URL update. 2019-10-04 00:14:53 +02:00

authd

Database setup

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