Authentication and authorization server providing tokens for users. Pretty much KISS. Usable by all libipc services.
Go to file
2018-12-01 07:31:01 +09:00
src Finished conversion to a libIPC-based microservice. 2018-11-13 02:51:21 +09:00
db-password-file initial commit 2018-09-22 17:08:28 +00:00
README.md Database setup SQL query added to README. 2018-09-23 16:20:42 +02:00
shard.yml Shard update. 2018-12-01 07:31:01 +09:00

authd

Database setup

create table users(id int, created_at date, updated_at date, username text, realname text, password text, avatar text, perms text[]);