All Versions
39
Latest Version
Avg Release Cycle
231 days
Latest Release
1666 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.8.1 Changes
January 06, 2010- ๐ Fix a bug when silence missing serializers is set (josevalim)
-
v0.8.0 Changes
January 06, 2010- โจ enhancements
- Add conditionals to callbacks (josevalim)
- Extract Warden::Config from Warden::Manager (josevalim)
- โจ enhancements
-
v0.7.0 Changes
January 04, 2010- โจ enhancements
- Expose config in warden proxy (hassox)
- โจ enhancements
-
v0.6.0 Changes
November 16, 2009โจ enhancements
- added serializers, including session serializer (set by default) and a cookie serializer (josevalim)
๐ deprecation
- serializer_into_session and serializer_from_session are deprecated, overwrite serialize and deserializer in Warden::Serializers::Session instead (josevalim)
-
v0.5.3 Changes
November 10, 2009- ๐ bug fixes
- authenticated? and unauthenticated? should return true or false, not the user or false. (hassox)
- ๐ bug fixes
-
v0.5.2 Changes
November 09, 2009- โจ enhancements
- authenticated? always try to serialize the user from session (josevalim)
- stored_in_session? checks if user information is stored in session, without serializing (josevalim)
- 401 behaves exactly like throw :warden (staugaard)
- โจ enhancements
-
v0.5.1 Changes
October 25, 2009- โจ enhancements
- Adds yielding to authenticated? and unauthenticated? methods (hassox)
- Adds an option to silence missing strategies (josevalim)
- Add an option to authenticate(!) to prevent storage of a user into the session (hassox)
- allow custom :action to be thrown (josevalim)
- โจ enhancements
-
v0.4.0 Changes
October 12, 2009โจ enhancements
- add Content-Type header to redirects (staugaard)
- Make scope available to strategies (josevalim)
๐ bug fixes
- Do not consume opts twice, otherwise just the first will parse the scope (josevalim)
-
v0.3.2 Changes
September 15, 2009- โจ enhancements
- add a hook for plugins to specify how they can clear the whole section
- โจ enhancements