flip
flip copied to clipboard
Session strategy
I wanted to be able to store the feature toggles inside the encrypted rails session instead of individually as cookies. In case this was a feature others were interested in, I created a PR to add it in.
The only piece I'm not sure on is adding the controller filters based on feature strategy in the declarable class. Ideas are welcome.