Add support for OAuth2 using doorkeeper
This commit is contained in:
parent
f58f49e196
commit
e222329d04
33 changed files with 1151 additions and 34 deletions
4
Gemfile
4
Gemfile
|
@ -69,6 +69,10 @@ gem "omniauth-openid"
|
|||
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
||||
gem "omniauth-windowslive"
|
||||
|
||||
# Doorkeeper for OAuth2
|
||||
gem "doorkeeper"
|
||||
gem "doorkeeper-i18n"
|
||||
|
||||
# Markdown formatting support
|
||||
gem "kramdown"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue