All Versions
39
Latest Version
Avg Release Cycle
231 days
Latest Release
1306 days ago

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)
  • v0.7.0 Changes

    January 04, 2010
    • โœจ enhancements
      • Expose config in warden proxy (hassox)
  • 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)
  • 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)
  • 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)
  • 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