Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
198
Issues
198
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
9ae2c370
Commit
9ae2c370
authored
Oct 29, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] typo.
parent
5d5ea0c2
Pipeline
#607
failed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
API.hs
src/Gargantext/API.hs
+0
-1
Auth.hs
src/Gargantext/API/Auth.hs
+1
-2
No files found.
src/Gargantext/API.hs
View file @
9ae2c370
...
...
@@ -106,7 +106,6 @@ import Network.Wai.Middleware.RequestLogger
import
Network.HTTP.Types
hiding
(
Query
)
import
Gargantext.API.Settings
showAsServantErr
::
GargError
->
ServerError
...
...
src/Gargantext/API/Auth.hs
View file @
9ae2c370
...
...
@@ -7,7 +7,7 @@ Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
Main authori
s
ation of Gargantext are managed in this module
Main authori
z
ation of Gargantext are managed in this module
-- 1: Implement the Server / Client JWT authentication
-> Client towards Python Backend
...
...
@@ -82,7 +82,6 @@ type TreeId = NodeId
-- | Main functions of authorization
-- | Main types of authorization
data
CheckAuth
=
InvalidUser
|
InvalidPassword
|
Valid
Token
TreeId
deriving
(
Eq
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment