Skip to content

Commit f3db80a

Browse files
authored
Removing token from README
The token in this README is not valid, but still causes false positive reports by security scanners.
1 parent c2e2e1a commit f3db80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Here's an example *Auth Hash* available in `request.env['omniauth.auth']`:
5656
:name => 'Kevin Antoine'
5757
},
5858
:credentials => {
59-
:token => 'dG9rOmNdrWt0ZjtgzzE0MDdfNGM5YVe4MzsmXzFmOGd2MDhiMfJmYTrxOtA=', # OAuth 2.0 access_token, which you may wish to store
59+
:token => '<redacted>', # OAuth 2.0 access_token, which you may wish to store
6060
:expires => false
6161
},
6262
:extra => {

0 commit comments

Comments
 (0)