index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
http_token_authentication_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using deprecated `render :text` in test
Prem Sichanugrist
2015-07-17
1
-3
/
+3
*
allow `Bearer` as well as `Token`
phoet
2015-06-01
1
-0
/
+7
*
actually test what the name says
phoet
2015-06-01
1
-1
/
+1
*
Give authentication methods the ability to customize response message.
Keenan Brock
2015-05-03
1
-3
/
+3
*
Allow authentication header to not have to specify 'token=' key.
Guo Xiang Tan
2014-10-10
1
-2
/
+21
*
Improve token_and_options regex and test
Xinjiang Lu
2014-07-01
1
-2
/
+22
*
Fix parsed token value with header `Authorization token=`.
Larry Lv
2014-06-13
1
-6
/
+23
*
Remove unused argument.
Francesco Rodriguez
2014-01-24
1
-1
/
+1
*
Do not use the same tests description
Rafael Mendonça França
2012-12-31
1
-3
/
+3
*
Refactoring the token_and_options method to fix bugs
Kurtis Rainbolt-Greene
2012-12-15
1
-6
/
+29
*
update documentation and code to use _action callbacks
Francesco Rodriguez
2012-12-07
1
-3
/
+3
*
Fix indentation.
Piotr Sarnacki
2012-07-11
1
-4
/
+4
*
Don't raise an error if http auth token isn't well formatted
Piotr Sarnacki
2012-07-11
1
-0
/
+8
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-3
/
+3
*
add HTTP Token Authorization support to complement Basic and Digest Authoriza...
rick
2010-04-30
1
-0
/
+113