From 6c0ff8300944fc5d133a22dace14e6b941306f98 Mon Sep 17 00:00:00 2001 From: Robin Krom Date: Sat, 20 Mar 2021 19:37:13 +0100 Subject: [PATCH] Added the oauth services which we currently might support. --- pages/authorize/box.html | 9 +++++++++ pages/authorize/google-photos.html | 9 +++++++++ pages/authorize/photobucket.html | 9 +++++++++ 3 files changed, 27 insertions(+) create mode 100644 pages/authorize/box.html create mode 100644 pages/authorize/google-photos.html create mode 100644 pages/authorize/photobucket.html diff --git a/pages/authorize/box.html b/pages/authorize/box.html new file mode 100644 index 000000000..36805f454 --- /dev/null +++ b/pages/authorize/box.html @@ -0,0 +1,9 @@ +--- +layout: oauth +title: Box authorization +permalink: /authorize/box +categories: [oauth] +tags: [uses_alerts] +comments: [] +--- +{% include oauth.html service="Box" %} diff --git a/pages/authorize/google-photos.html b/pages/authorize/google-photos.html new file mode 100644 index 000000000..7f051e9e8 --- /dev/null +++ b/pages/authorize/google-photos.html @@ -0,0 +1,9 @@ +--- +layout: oauth +title: Googlep Photos authorization +permalink: /authorize/googlephotos +categories: [oauth] +tags: [uses_alerts] +comments: [] +--- +{% include oauth.html service="Google Photos" %} diff --git a/pages/authorize/photobucket.html b/pages/authorize/photobucket.html new file mode 100644 index 000000000..c5ff6f1e1 --- /dev/null +++ b/pages/authorize/photobucket.html @@ -0,0 +1,9 @@ +--- +layout: oauth +title: Photobucket authorization +permalink: /authorize/photobucket +categories: [oauth] +tags: [uses_alerts] +comments: [] +--- +{% include oauth.html service="Photobucket" %}