aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/http_token_authentication_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow authentication header to not have to specify 'token=' key.Guo Xiang Tan2014-10-101-2/+21
* Improve token_and_options regex and testXinjiang Lu2014-07-011-2/+22
* Fix parsed token value with header `Authorization token=`.Larry Lv2014-06-131-6/+23
* Remove unused argument.Francesco Rodriguez2014-01-241-1/+1
* Do not use the same tests descriptionRafael Mendonça França2012-12-311-3/+3
* Refactoring the token_and_options method to fix bugsKurtis Rainbolt-Greene2012-12-151-6/+29
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-071-3/+3
* Fix indentation.Piotr Sarnacki2012-07-111-4/+4
* Don't raise an error if http auth token isn't well formattedPiotr Sarnacki2012-07-111-0/+8
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* add HTTP Token Authorization support to complement Basic and Digest Authoriza...rick2010-04-301-0/+113