SsoAuth

Usage

Gemfile

gem 'sso-auth'

Layout

<body>
  <%= render :partial => "sso_auth/shared/header" %>
  ...
  <%= yield %>
  ...
  <%= render :partial => "sso_auth/shared/footer" %>
</body>

Stylesheet

*= require ...
*= require sso_auth/shared // common styles
*= require custom_sso_auth // customize styles
*/

License

This project rocks and uses MIT-LICENSE.