Explorar el Código

Added HTTP basic auth

master
Adrian Short hace 12 años
padre
commit
ab98447e21
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      app/controllers/feeds_controller.rb

+ 2
- 0
app/controllers/feeds_controller.rb Ver fichero

@@ -1,4 +1,6 @@
class FeedsController < ApplicationController
http_basic_authenticate_with :name => ENV['auth_username'], :password => ENV['auth_password']
# GET /feeds
# GET /feeds.json
def index


Cargando…
Cancelar
Guardar