Skip to content

yeban/gafl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gafl
====

A plugin for the Merb framework that provides Google and Google App Federated Login

Needs:-
1. ruby-openid
2. merb-auth-more

Steps:-
1. Download and install the gem

    sudo rake install

2. Add it to the dependencies.rb file

    dependency "gafl"

3. In the controllers (app/controllers/exception.rb)

      def unauthenticated
	@openid_url = Merb::Authentication::Strategies::GOpenID.gafl_url
	render
      end

4. In the views (app/views/exceptions/unauthenticated.html.haml)

    %form{:action => url(:openid)}
      %input{:name=>'openid_url', :value => @openid_url, :type=>'hidden'}
      %input{:type => 'submit',:name => 'login', :value=>'Log in using Google'}

About

Merb Plugin for Google and Google Apps Federated Login

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages