Sha256: a357625c900d9dac8440bb8c5698722eb23245a9b05394a174c67904ed96e278

Contents?: true

Size: 1.75 KB

Versions: 4

Compression:

Stored size: 1.75 KB

Contents

== Version 0.8.1 / 2010-01-06

* Fix a bug when silence missing serializers is set (josevalim)

== Version 0.8.0 / 2010-01-06

* enhancements
  * Add conditionals to callbacks (josevalim)
  * Extract Warden::Config from Warden::Manager (josevalim)

== Version 0.7.0 / 2010-01-04

* enhancements
  * Expose config in warden proxy (hassox)

== Version 0.6.0 / 2009-11-16

* 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)

== Version 0.5.3 / 2009-11-10
* bug fixes
  * authenticated? and unauthenticated? should return true or false, not the user or false. (hassox)

== Version 0.5.2 / 2009-11-09
* 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)

=== Version 0.5.1 / 2009-10-25
* enhancements
  * Adds yeilding 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)

=== Version 0.4.0 / 2009-10-12

* 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)

=== Version 0.3.2 / 2009-09-15

* enhancements
  * add a hook for plugins to specify how they can clear the whole section


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
warden-0.9.2 History.rdoc
warden-0.9.1 History.rdoc
warden-0.9.0 History.rdoc
warden-0.8.1 History.rdoc