aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/http_authentication.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Import Action MailboxGeorge Claghorn2018-12-251-12/+11
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Clarify example of the test `ActionController::HttpAuthentication::Token` [ci...bogdanvlviv2018-07-211-4/+3
* [ci skip] Fix syntax error + make example easier to follow.Kasper Timm Hansen2018-07-201-2/+3
* Fix basic auth problem in ActionController::HttpAuthentication::Basic doc黄松2018-07-201-2/+2
* Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...Rafael Mendonça França2017-11-251-7/+4
|\
| * Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,Vipul A M2017-06-071-7/+4
* | Bump RuboCop to 0.51.0Koichi ITO2017-11-101-1/+1
* | 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
|/
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-18/+18
* Actionpack documentation typos [ci skip]Tom Kadwill2016-04-231-2/+2
* [ci skip] This modifies the HTTP Token authentication example's `authenticate...Nick Malcolm2016-04-121-1/+6
* use secure string comparisons for basic auth username / passwordAaron Patterson2016-01-221-1/+6
* Merge pull request #14212 from tylerhunt/fix-token-regexSean Griffin2015-12-151-1/+1
|\
| * Handle tab in token authentication header.Tyler Hunt2014-02-261-1/+1
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-2/+2
* | Document Bearer prefix for Authorization header [ci skip]Eliot Sykes2015-09-231-5/+7
* | Updated Mime Negotiations docs [ci skip]amitkumarsuroliya2015-09-231-2/+2
* | add a method for getting the http auth saltAaron Patterson2015-08-291-2/+2
* | env to get_header conversionAaron Patterson2015-08-291-1/+1
* | Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-111-1/+1
* | Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* | Add missing "header" word in documentation of Token#authentication_request [...Prathamesh Sonpatki2015-06-141-1/+1
* | allow `Bearer` as well as `Token`phoet2015-06-011-1/+1
* | Give authentication methods the ability to customize response message.Keenan Brock2015-05-031-14/+16
* | Tiny optimization of http auth Realm unquotingStrech (Sergey Fedorov)2015-04-141-2/+2
* | Freeze static arguments for gsubbrainopia2015-04-021-2/+2
* | Prefer string patterns for gsubbrainopia2015-04-021-2/+2
* | Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* | Fixed undefined method error when doing authentication.Zhang Kai Yu2015-01-241-2/+2
* | Minor documentation edits [ci skip]Robin Dupret2014-12-281-1/+1
* | Update example test documentationBen Prew2014-12-281-4/+2
* | Merge pull request #17186 from tgxworld/header_authentication_tokenMatthew Draper2014-11-271-2/+9
|\ \
| * | Allow authentication header to not have to specify 'token=' key.Guo Xiang Tan2014-10-101-2/+9
* | | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-3/+3
|/ /
* | Improve token_and_options regex and testXinjiang Lu2014-07-011-1/+1
* | Fix parsed token value with header `Authorization token=`.Larry Lv2014-06-131-2/+2
* | Set the status before of setting the response bodyGuillermo Iguaran2014-06-131-2/+2
* | Merge pull request #11346 from tomykaira/fix_10257Rafael Mendonça França2014-05-201-2/+14
|\ \
| * | Run login_procedure only when the auth_scheme is validtomykaira2013-07-081-7/+14
| * | Check authentication scheme in Basic authtomykaira2013-07-071-1/+6