Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
iv
gitlab-ce
Commits
ee725db8
Commit
ee725db8
authored
May 14, 2016
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add TODO
parent
a77686d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
app/controllers/jwt_controller.rb
app/controllers/jwt_controller.rb
+3
-0
No files found.
app/controllers/jwt_controller.rb
View file @
ee725db8
...
...
@@ -42,6 +42,9 @@ class JwtController < ApplicationController
end
def
authenticate_user
(
login
,
password
)
# TODO: this is a copy and paste from grack_auth,
# it should be refactored in the future
user
=
Gitlab
::
Auth
.
new
.
find
(
login
,
password
)
# If the user authenticated successfully, we reset the auth failure count
...
...
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