No description
Find a file
Luka Vandervelden 297471b504 Grooming.
2019-11-22 18:14:52 +01:00
spec
src Grooming. 2019-11-22 18:14:52 +01:00
db-password-file
project.zsh project.zsh added, because. 2019-11-15 20:14:51 +01:00
README.md
shard.yml Split "passwd" to a shard. 2019-11-17 15:56:35 +01: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[]);