Skip to content

Commit

Permalink
Remove jwt check
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlON committed Jul 23, 2017
1 parent 3747974 commit 3ef50d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
scope: 'email',
lang: 'en',
display: 'popup'
config.omniauth :google_oauth2, ENV['GOOGLE_CLIENT_ID'], ENV['GOOGLE_CLIENT_SECRET'], {}
config.omniauth :google_oauth2, ENV['GOOGLE_CLIENT_ID'], ENV['GOOGLE_CLIENT_SECRET'], skip_jwt: true

# ==> Warden configuration
# If you want to use other strategies, that are not supported by Devise, or
Expand Down

0 comments on commit 3ef50d8

Please sign in to comment.