discourse/app/models/oauth2_user_info.rb
Michael Kirk 4af8a9102e Authenticate with Discourse via OAuth2
See https://github.com/michaelkirk/discourse_oauth2_example for an
example of how you might integrate your existing oauth2 provider's
authentication via a Discourse plugin.
2013-08-17 21:45:20 -07:00

5 lines
66 B
Ruby

class Oauth2UserInfo < ActiveRecord::Base
belongs_to :user
end