Authentication server providing tokens for users. Usable by all libIPC services.
 
 
 
 
Go to file
Luka Vandervelden b5c055b553 Major update that includes various breaking changes.
- backend is now a DODB::DataBase, not a passwd and group file anymore.
- extras have been removed. A WIP User#profile field exists, that can be
  a JSON::Any. No profile validation has been implemented as of this
  commit.
- authd now provides permission over resources, which is more precise
  than checking whether a user is part of a group.
- permissions are now checked through authd once again: tokens don’t
  hold permissions anymore.
- tokens are now minimal authentication “keys” to prove who you are and
  nothing more.
2019-12-15 23:38:49 +01:00
client WIP stylesheet for the LS client. 2019-12-09 23:54:05 +01:00
spec Very basic initial spec. 2019-06-29 03:56:06 +02:00
src Major update that includes various breaking changes. 2019-12-15 23:38:49 +01:00
db-password-file initial commit 2018-09-22 17:08:28 +00:00
project.zsh Added client index.html and project.zsh entries. 2019-12-09 23:31:45 +01:00
shard.yml Updated code to match more recent dependencies. 2019-12-12 00:45:12 +01:00