diff options
author | thea <ta.kupler@gmail.com> | 2016-09-13 12:42:40 +0200 |
---|---|---|
committer | thea <ta.kupler@gmail.com> | 2016-09-13 12:42:40 +0200 |
commit | 76fd906336e48751f6e4ce623ffdec801b4e2c92 (patch) | |
tree | 8b3813688630cf17e5287aab3b2fc1fd2d014513 /README.md | |
parent | dcd20f9b532bc7490e45ddda68e228f4c9bf2b93 (diff) |
included info about invalidate_bearer_token script
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -213,3 +213,7 @@ LEAP web app (as part of the main view). * The full command looks like this: `script/generate_bearer_token --key your_consumerkey --secret your_consumersecret --projectroot your_projectroot --twitterhandle your_twitterhandle` * If you didn't give all your information to the script, had a typo or want to change anything else, please do so by finding the secrets-file at `/config/secrets.yml` * Make sure that the correct twitterhandle and bearer-token is included + +* Deactivate your bearer token + * To deactivate your generated bearer token you can run `script/invalidate_bearer_token` + * The full command looks like this: `script/invalidate_bearer_token --key your_consumerkey --secret your_consumersecret --token your_bearer_token` |