Skip to content

ecaresoft/sunspot-rails-http-basic-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunspot-rails-http-basic-auth

This gem patches sunspot_rails to support http basic authentication. In your sunspot.yml file, you can add user and password keys:

development:   
  solr:
    host: localhost
    port: 8983
    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.

About

basic auth support for sunspot_rails

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%