No commit activity in last 3 years
No release in over 3 years
HTTP Basic Authentication support for sunspot_rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.5

Runtime

 Project Readme

sunspot-rails-http-basic-auth

All this gem does is patch rsolr and sunspot_rails to support http basic authentication. In your sunspot.yml file, you can add user and password keys:

development:   
  solr:
    host: localhost
    port: 8982
    path: /solr
    user: theuser
    password: thepassword
    log_level: INFO

License

sunspot-rails-http-basic-auth is released under the MIT license. See LICENSE for details.

Copyright

Copyright (c) 2011 Justin Ko