Authentication server providing tokens for users. Usable by all libIPC services.
 
 
 
 
Go to file
Luka Vandervelden e956d36260 Merge branch 'master' of github.com:Lukc/authd 2019-10-04 00:17:00 +02:00
spec Very basic initial spec. 2019-06-29 03:56:06 +02:00
src password_hash is masked in server responses. 2019-06-29 03:55:40 +02: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 Dependencies’ URL update. 2019-10-04 00:14:53 +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[]);