Authentication and authorization server providing tokens for users. Pretty much KISS.
Usable by all
libipc
services.
Luka Vandervelden
6a008daf87
Replaced by a `passwd` and `group` files reader that both follow UNIX format. Only difference with a live system will be the password hash field, which is stored in `passwd` instead of a dedicated `shadow` file (and which is likely encoded differently). |
||
---|---|---|
src | ||
db-password-file | ||
README.md | ||
shard.yml |
authd
Database setup
create table users(id int, created_at date, updated_at date, username text, realname text, password text, avatar text, perms text[]);