summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheaamanda <theaamanda@users.noreply.github.com>2016-09-13 13:22:41 +0200
committerGitHub <noreply@github.com>2016-09-13 13:22:41 +0200
commit10fae60eb36156858bb892013fa13678bdf11a48 (patch)
tree4db339f6c88f0285ca7c42bb79eb4c545b9896e5
parent90f956127daeba0bcfb3232e9e1bf86eebd8ced6 (diff)
parent76fd906336e48751f6e4ce623ffdec801b4e2c92 (diff)
Merge pull request #7 from LoadToCode/thea
included info about invalidate_bearer_token script
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d9ca39..4c2921a 100644
--- a/README.md
+++ b/README.md
@@ -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`