ryanb / private_pub

Handle pub/sub messaging through private channels in Rails using Faye.
MIT License
864 stars 228 forks source link

faye server with basic access authentication #67

Open hmaack opened 11 years ago

hmaack commented 11 years ago

If the faye server is protected with basic access authentication credentials, you can set the right credentials in your config/private_pub.yml file. Remove the basic_auth yaml-block if not necessary.

production:
  # ...
  basic_auth: 
    user: 'user'
    password: 'pass'