Commit 9ae2c370 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DOC] typo.

parent 5d5ea0c2
Pipeline #607 failed with stage
...@@ -106,7 +106,6 @@ import Network.Wai.Middleware.RequestLogger ...@@ -106,7 +106,6 @@ import Network.Wai.Middleware.RequestLogger
import Network.HTTP.Types hiding (Query) import Network.HTTP.Types hiding (Query)
import Gargantext.API.Settings import Gargantext.API.Settings
showAsServantErr :: GargError -> ServerError showAsServantErr :: GargError -> ServerError
......
...@@ -7,7 +7,7 @@ Maintainer : team@gargantext.org ...@@ -7,7 +7,7 @@ Maintainer : team@gargantext.org
Stability : experimental Stability : experimental
Portability : POSIX Portability : POSIX
Main authorisation of Gargantext are managed in this module Main authorization of Gargantext are managed in this module
-- 1: Implement the Server / Client JWT authentication -- 1: Implement the Server / Client JWT authentication
-> Client towards Python Backend -> Client towards Python Backend
...@@ -82,7 +82,6 @@ type TreeId = NodeId ...@@ -82,7 +82,6 @@ type TreeId = NodeId
-- | Main functions of authorization -- | Main functions of authorization
-- | Main types of authorization -- | Main types of authorization
data CheckAuth = InvalidUser | InvalidPassword | Valid Token TreeId data CheckAuth = InvalidUser | InvalidPassword | Valid Token TreeId
deriving (Eq) deriving (Eq)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment