mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
4af8a9102e
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.
4 lines
66 B
Ruby
4 lines
66 B
Ruby
class Oauth2UserInfo < ActiveRecord::Base
|
|
belongs_to :user
|
|
|
|
end
|