File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# OmniAuth OAuth2
22
33[ ![ Gem Version] ( http://img.shields.io/gem/v/omniauth-oauth2.svg )] [ gem ]
4- [ ![ Build Status] ( http://img.shields.io/travis/omniauth/omniauth-oauth2.svg )] [ travis ]
54[ ![ Code Climate] ( http://img.shields.io/codeclimate/maintainability/intridea/omniauth-oauth2.svg )] [ codeclimate ]
65[ ![ Coverage Status] ( http://img.shields.io/coveralls/intridea/omniauth-oauth2.svg )] [ coveralls ]
76[ ![ Security] ( https://hakiri.io/github/omniauth/omniauth-oauth2/master.svg )] ( https://hakiri.io/github/omniauth/omniauth-oauth2/master )
87
98[ gem ] : https://rubygems.org/gems/omniauth-oauth2
10- [ travis ] : http://travis-ci.org/omniauth/omniauth-oauth2
119[ codeclimate ] : https://codeclimate.com/github/intridea/omniauth-oauth2
1210[ coveralls ] : https://coveralls.io/r/intridea/omniauth-oauth2
1311
@@ -32,7 +30,7 @@ module OmniAuth
3230 # This is where you pass the options you would pass when
3331 # initializing your consumer from the OAuth gem.
3432 option :client_options , {:site => " https://api.somesite.com" }
35-
33+
3634 # You may specify that your strategy should use PKCE by setting
3735 # the pkce option to true: https://tools.ietf.org/html/rfc7636
3836 option :pkce , true
You can’t perform that action at this time.
0 commit comments