From ab7d09e044be556873733ad83b083029e88bd65f Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Tue, 21 Jan 2020 23:56:02 +0100 Subject: Use GitHub Pages for the OAuth redirect page This adds a page which shows the OAuth code, and sets the redirect_uri for the OAuth link to this page. This url includes # at the end so the OAuth code is only seen by the browser, and not sent to the server. --- docs/oauth.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 docs/oauth.html (limited to 'docs/oauth.html') diff --git a/docs/oauth.html b/docs/oauth.html new file mode 100644 index 0000000..7ef4d99 --- /dev/null +++ b/docs/oauth.html @@ -0,0 +1,68 @@ + + + + wee-slack + + + + +
+

OAuth code for wee-slack

+

Copy this command and run it in WeeChat:

+ + +
+ +
+

wee-slack

+

This page exists for using OAuth in wee-slack. For info about wee-slack see the github page.

+ +

If you came here as part of the OAuth flow and are seeing this text, that means that something went wrong. Please report this in the issue tracker and describe how you got here.

+
+ + + + -- cgit