Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename config.cookie_secret to config.secret_token and pass it as ↵ | José Valim | 2010-04-05 | 1 | -3/+2 |
| | | | | configuration in request.env. This is another step forward removing global configuration. | ||||
* | Deprecated ActionController::Base.session_options= and ↵ | Carlhuda | 2010-03-04 | 1 | -2/+3 |
| | | | | ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. | ||||
* | Tweak the semantic of various URL related methods of ActionDispatch::Request | Carlhuda | 2010-03-03 | 1 | -4/+6 |
| | |||||
* | Move session_store and session_options to the AC configuration object | Carlhuda | 2010-03-03 | 1 | -2/+3 |
| | |||||
* | Make http digest work with different server/browser combinations | José Valim | 2009-08-09 | 1 | -6/+29 |
| | | | | Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | A test to show that http_authentication needs to fail authentication if the ↵ | nate | 2009-06-09 | 1 | -0/+14 |
| | | | | | | password procedure returns nil. Also includes a fix to validate_digest_response to fail validation if the password procedure returns nil. Signed-off-by: Michael Koziarski <michael@koziarski.com> | ||||
* | Add HTTP Authentication to the new base | Pratik Naik | 2009-05-22 | 1 | -4/+9 |
| | |||||
* | Ensure HTTP Digest auth uses appropriate HTTP method [#2490 state:resolved] ↵ | Pratik Naik | 2009-05-18 | 1 | -3/+20 |
| | | | | [Steve Madsen] | ||||
* | Inherit TestSession from Session::AbstractStore and add indifferent access ↵ | Joshua Peek | 2009-04-26 | 1 | -2/+0 |
| | | | | to Session::AbstractStore. | ||||
* | Support MD5 passwords for Digest auth and use session_options[:secret] in ↵ | Donald Parish | 2009-03-12 | 1 | -7/+46 |
| | | | | | | nonce [#2209 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Fixed http digest authentication to use credentials URI passed from client. ↵ | Donald Parish | 2009-02-16 | 1 | -1/+10 |
| | | | | | | [#1848 state:resolved] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Implement HTTP Digest authentication. [#1230 state:resolved] [Gregg Kellogg, ↵ | Gregg Kellogg | 2009-01-29 | 1 | -0/+130 |
| | | | | | | Pratik Naik] Signed-off-by: Pratik Naik <pratiknaik@gmail.com> | ||||
* | Revert "HTTP Digest authentication [#1230 state:resolved]" | Pratik Naik | 2009-01-13 | 1 | -73/+0 |
| | | | | | | | | | This reverts commit 45dee3842d68359a189fe7c0729359bd5a905ea4. Reasons : 1. The code is not working in it's current state 2. Should not be using exceptions for flow control | ||||
* | HTTP Digest authentication [#1230 state:resolved] | Joshua Peek | 2008-12-28 | 1 | -0/+73 |