Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjurado23 authored Jan 24, 2022
1 parent fef6e5d commit 767f6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ gem 'omniauth-google-oauth2'
Configuration providers:

```ruby
# config/initialize/rails_jwt_auth.rb
# config/initialize/rails_jwt_auth_omniauth.rb
RailsJwtAuthOmniauth.setup do |config|
# ...
config.omniauth :google_oauth2, ENV['GOOGLE_CLIENT_ID'], ENV['GOOGLE_CLIENT_SECRET'], {
Expand Down

0 comments on commit 767f6c4

Please sign in to comment.