diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2023-06-23 12:01:21 +0200 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2023-06-23 12:26:14 +0200 |
commit | 673902e474288d22f4bced9f32b21f47a80b0a52 (patch) | |
tree | 51edf1b1af8213a604886717327916d3f3f381e5 | |
parent | 072d828d763940d3f12e1fa621eef1bcbf9bd288 (diff) | |
download | wee-slack-673902e474288d22f4bced9f32b21f47a80b0a52.tar.gz |
Add a note that /slack register stores the token in plain text
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -171,6 +171,10 @@ run in WeeChat. The command is of the form: /slack register <code> ``` +Note that this will store your token in plain text in the +`plugins.var.python.slack.slack_api_token` option. See "Optional: Secure the +tokens" below for how to secure it. + Your Slack team is now added, and you can complete the setup by reloading the wee-slack script. @@ -194,6 +198,10 @@ token (but not the token itself). If you're worried about this, you can use the 8. Return to WeeChat and run `/slack register <token>:<cookie>`. 9. Reload the script with `/python reload slack`. +Note that this will store your token in plain text in the +`plugins.var.python.slack.slack_api_token` option. See "Optional: Secure the +tokens" below for how to secure it. + Note that if you log in or out of any teams in your browser, the cookie will be invalidated, and you will have to update it. |