aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/http_token_authentication_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make actionpack frozen string friendlyKir Shatrov2017-07-241-1/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in minites...Akira Matsuda2016-12-251-2/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-14/+14
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-22/+22
* Merge pull request #14212 from tylerhunt/fix-token-regexSean Griffin2015-12-151-0/+8
|\
| * Handle tab in token authentication header.Tyler Hunt2014-02-261-0/+8
* | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-3/+3
* | allow `Bearer` as well as `Token`phoet2015-06-011-0/+7
* | actually test what the name saysphoet2015-06-011-1/+1
* | Give authentication methods the ability to customize response message.Keenan Brock2015-05-031-3/+3
* | 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