/authorities

Simplistic authority service.

Primary LanguageHaskellGNU General Public License v3.0GPL-3.0

Authority management system

This is a solution to a recruitement task at projectdeltasea Description, Reddit.

There are some groups of people in your domains and some privileges. There are two many-to-many relationships: People <-> Groups and Groups <-> Privileges. Of course, you want these relationships to persist between application runs.

This package will provide basic functionality for querying and CRUDing.

Open questions: * How do you let the user configure DB layer?