FEATURE: single sign on support

Added support for outsourcing auth to a different website, documentation on meta
This commit is contained in:
Sam
2014-02-25 14:30:49 +11:00
parent 46d1c8c1e0
commit 6f31d3f0e5
13 changed files with 357 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
class SingleSignOnRecord < ActiveRecord::Base
belongs_to :user
end