search for: http_authent

Displaying 3 results from an estimated 3 matches for "http_authent".

2007 May 05
0
Installing http_authentication plugin leaves out lib directory
When I install the http_authentication plugin thusly: $ script/plugin -v install http://svn.rubyonrails.org/rails/plugins/http_authentication/ Plugins will be installed using http fetching from ''http://svn.rubyonrails.org/rails/plugins/ http_authentication/'' + ./http_authentication/README + ./http_authenticati...
2011 Feb 18
1
Rails plugins new official maintainers
...(https://github.com/rishav/upload_progress) Rishav Rastogi token_generator (https://github.com/bbommarito/token_generator) BrianBommarito ssl_requirement (https://github.com/retr0h/ssl_requirement) Lars Smit John Dewey Steven Soroka scaffolding (https://github.com/KeysetTS/scaffolding) Brandon http_authentication (https://github.com/dshimy/http_authentication) Darian Shimy Lars Smit auto_complete (https://github.com/david-kerins/auto_complete) dkerins Devdatta atom_feed_helper (https://github.com/TrevorBramble/atom_feed_helper) Trevor Bramble acts_as_tree (https://github.com/amerine/acts_as_tree)...
2008 Jan 04
3
session auth and AWS auth
Hello I have 2 applications (1 normal, 1 Beast Forum) that set the session domain to be the same so that they can share information between them (they use the same database). However, i am not 100% clear on how I can expose the controller methods to each of them through normal HTTP Auth, and keep the normal acts_as_authenticated pieces in place at the same time? Is there a way to distinguish