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

Simplify encrypting and decrypting tokens #3125

Closed jcoyne closed 5 months ago

jcoyne commented 5 months ago

We can use a higher level API to handle this

jrochkind commented 5 months ago

I think I verified this API does exist down to Rails 6.1! I approve if tests were passing. Test failures are related to this feature not just unrelated existing failures, not sure what's up.

jcoyne commented 5 months ago

Unfortunately this API is deprecated, so it's not a good choice