Authentication server providing tokens for users. Usable by all libIPC services.
 
 
 
 
Go to file
Luka Vandervelden 37fdc6332d Merge branch 'master' of github.com:FartingNicoNyanCats/authd 2018-10-10 04:49:16 +09:00
src WIP of prototype authd using IPC instead of HTTP. 2018-10-10 04:46:34 +09:00
README.md Database setup SQL query added to README. 2018-09-23 16:20:42 +02:00
db-password-file initial commit 2018-09-22 17:08:28 +00:00
shard.yml Primitive adduser tool added. 2018-09-22 21:24:44 +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[]);