]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Database/Access.hs
Secure API with JWT auth. Part 1
[gargantext.git] / src / Gargantext / Database / Access.hs
1 {-|
2 Module : Gargantext.Database.Access
3 Description : Access to Database
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 TODO-SECURITY review purpose of this module
11 -}
12
13 {-# LANGUAGE NoImplicitPrelude #-}
14
15
16
17 module Gargantext.Database.Access where
18
19 data Action = Read | Write | Exec
20 data Roles = RoleUser | RoleMaster
21