authd/src
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
..
authd.cr Major update that includes various breaking changes. 2019-12-15 23:38:49 +01:00
main.cr Major update that includes various breaking changes. 2019-12-15 23:38:49 +01:00
storage.cr Major update that includes various breaking changes. 2019-12-15 23:38:49 +01:00
token.cr Major update that includes various breaking changes. 2019-12-15 23:38:49 +01:00
user.cr Major update that includes various breaking changes. 2019-12-15 23:38:49 +01:00