binarylogic / authlogic

A simple ruby authentication solution.
http://rdoc.info/projects/binarylogic/authlogic
MIT License
4.34k stars 638 forks source link

Forward-porting encrypted cookies in 5.2 #710

Closed tiegz closed 4 years ago

tiegz commented 4 years ago

This is a redo of https://github.com/binarylogic/authlogic/pull/666 , porting the encrypted_cookies feature from Authlogic 4.4.

Better late than never!

tiegz commented 4 years ago

@jaredbeck think I should do this for 5.0 too? I assume not, since going from 5.0->5.1 should be safe for everyone anyway.

jaredbeck commented 4 years ago

As with the forwardport to the 6-series, we should treat this as an addition, and thus bump to 5.2, right? If you agree, can you make a 5-2-stable branch and change this PR's base accordingly?

tiegz commented 4 years ago

Done! Thanks for the review @jaredbeck