mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08: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.
5 lines
66 B
Ruby
5 lines
66 B
Ruby
class Oauth2UserInfo < ActiveRecord::Base
|
|
belongs_to :user
|
|
|
|
end
|