Authentication server providing tokens for users. Usable by all libIPC services.
 
 
 
 
Go to file
Luka Vandervelden 32a8c23524 Grooming. 2019-11-22 17:31:56 +01:00
spec Very basic initial spec. 2019-06-29 03:56:06 +02:00
src Grooming. 2019-11-22 17:31:56 +01: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
project.zsh project.zsh added, because. 2019-11-15 20:14:51 +01:00
shard.yml Split "passwd" to a shard. 2019-11-17 15:56:35 +01: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[]);