devise-radius-authenticatable 0.0.6
A new authentication strategy named radius_authenticatable is added to the list of warden strategies when the model requests it. The radius server information is configured through the devise initializer. When a user attempts to authenticate via radius, the radiustar gem is used to perform the authentication with the radius server. This authentication strategy can be used in place of the database_authenticatable or alongside it depending on the needs of the application.
          Gemfile:
          =
        
        
          安装:
          =
        
      Development 依赖 (10):
            ammeter
            ~> 0.2
          
          
            capybara
            ~> 1.1
          
          
            factory_girl
            ~> 3.4
          
          
            jquery-rails
            ~> 2.0
          
          
            launchy
            >= 0
          
          
            rails
            ~> 3.2
          
          
            rake
            ~> 0.9
          
          
            rspec
            ~> 2.10
          
          
            rspec-rails
            ~> 2.10
          
          
            sqlite3
            ~> 1.3