Clearance v0.6.4 Release Notes

Release Date: 2009-05-12 // almost 15 years ago
  • ๐Ÿ”„ Changed

    • Replacing sign_in_as & sign_out shoulda macros with a stubbing (requires no dependency) approach. This will avoid dealing with the internals of current_user, such as session & cookies. Added sign_in macro which signs in an email confirmed user from clearance's factories.
    • ๐Ÿšš Move private methods on sessions controller into Clearance::Authentication module.
    • Audited flash keys.