hashkeys missing from play-2.2 branch
dnephin opened this issue · 2 comments
dnephin commented
Hello,
I would like to use play2-memcached
with play 2.2.x. I noticed that the hashkeys merge is not yet in 2.2.x and I guess master does not support play 2.2.
I'm wondering if there are any blocking issues for merging that support (586be98) into the play-2.2 branch.
I'm looking to use securesocial plugin with play, and it uses keys > 250 character
Thanks!
mkubala commented
Hi,
Instead of using hased keys, you could customize lenght of the tokens generated by IdGenerator:
http://marcinkubala.wordpress.com/2013/11/26/securescial-memcached-never-that-easy/
dnephin commented
Oh, this should work perfectly, thanks!