Skip to content

Commit

Permalink
Merge pull request #272 from knpuniversity/weaverryan-patch-1
Browse files Browse the repository at this point in the history
Adding missing use_state option to generic docs
  • Loading branch information
weaverryan authored Oct 20, 2020
2 parents 8ede972 + 8ea0939 commit 73e8f09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1403,6 +1403,8 @@ knpu_oauth2_client:
client_secret: '%env(foo_bar_client_secret)%'
redirect_route: connect_facebook_check
redirect_params: {}
# whether to check OAuth2 "state": defaults to true
# use_state: true
```

That's it! Now you'll have a `knpu.oauth2.client.foo_bar_oauth` service
Expand Down

0 comments on commit 73e8f09

Please sign in to comment.