Skip to content

Rails 3 Engine for Auth. This is just a non-functional slightly forked version of Omnisocial for now.

Notifications You must be signed in to change notification settings

tonystubblebine/big_auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

big_auth

Pre-alpha non-functional version.

Rails 3 engine for handling authentication and authorization. Plan is to be devise + omniauth + simple roles + UI

Installation

  1. gem ‘big_auth’

  2. Generate rails g big_auth

  3. Admin functions need both javascript files called from the header.

<% if controller.class.to_s.match(/^BigAuth:/) %>
  <%= stylesheet_link_tag "big_auth" %>
<% end %>

Features for 0.1

  1. Auth: facebook, twitter, username/password

  2. Password reset

Acknowledgments

This started out as a clone of OmniSocial and that’s basically how I learned to write engines. Now, obviously, it’s doing more.

About

Rails 3 Engine for Auth. This is just a non-functional slightly forked version of Omnisocial for now.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 71.6%
  • HTML 16.1%
  • JavaScript 11.9%
  • CSS 0.4%