mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: single sign on support
Added support for outsourcing auth to a different website, documentation on meta
This commit is contained in:
3
app/models/single_sign_on_record.rb
Normal file
3
app/models/single_sign_on_record.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
class SingleSignOnRecord < ActiveRecord::Base
|
||||
belongs_to :user
|
||||
end
|
||||
Reference in New Issue
Block a user