Skip to content

Releases: ysbaddaden/janus

v0.10.0

27 Dec 13:13
Compare
Choose a tag to compare

Changed

  • Rails 4.2.0 compatibility
  • Confirmations controller now returns 400 or 404 HTTP status codes when failing to find a valid resource for the token (or missing token).
  • The janus instance is now accessible in Janus::TestHelper.

Fixed

  • Login failure when password wasn't set (invalid encrypted password).

Compare: v0.9.1...v0.10.0

v0.9.1

27 Aug 10:11
Compare
Choose a tag to compare
  • Fixed compatibility with the latest Rails 4.0 and 4.1 releases that fixed a bug with strong parameters. See 5b5a7e7
  • Janus::SessionsController#valid_host?(host) to interrupt a blind redirection when params[:return_to] is the current host. See b120010.

Compare: v0.9.0...v0.9.1