projectblacklight / blacklight

Blacklight provides a discovery interface for any Solr (http://lucene.apache.org/solr) index.
http://projectblacklight.org/
Other
757 stars 255 forks source link

It's not necessary to trim the output of generate_key #3134

Closed jcoyne closed 4 months ago

jcoyne commented 5 months ago

The default key_size is chosen to be compatible with the default settings of ActiveSupport::MessageVerifier.

This is the correct usage of generate_key regardless of Ruby version