Update README.md

This commit is contained in:
Gerrit Oomens 2021-03-17 15:46:23 +01:00 committed by GitHub
parent 6e1f9720c3
commit e032fa1ca4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,3 +35,5 @@ oauth2_client_id = <the client ID from step 1>
oauth2_client_secret = <the client secret from step 1>
oauth2_refresh_token = <the contents of the refresh_token file from step 2>
```
Note: in practice you should store your token in some type of secure key store.