mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -05:00
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
|