We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e2e1a commit f3db80aCopy full SHA for f3db80a
README.md
@@ -56,7 +56,7 @@ Here's an example *Auth Hash* available in `request.env['omniauth.auth']`:
56
:name => 'Kevin Antoine'
57
},
58
:credentials => {
59
- :token => 'dG9rOmNdrWt0ZjtgzzE0MDdfNGM5YVe4MzsmXzFmOGd2MDhiMfJmYTrxOtA=', # OAuth 2.0 access_token, which you may wish to store
+ :token => '<redacted>', # OAuth 2.0 access_token, which you may wish to store
60
:expires => false
61
62
:extra => {
0 commit comments