8c8b55c7fd
Updates to match libipc APIs’ updates. |
||
---|---|---|
src | ||
README.md | ||
db-password-file | ||
shard.yml |
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[]);