Added the oauth services which we currently might support.

This commit is contained in:
Robin Krom 2021-03-20 19:37:13 +01:00
commit 6c0ff83009
No known key found for this signature in database
GPG key ID: BCC01364F1371490
3 changed files with 27 additions and 0 deletions

9
pages/authorize/box.html Normal file
View file

@ -0,0 +1,9 @@
---
layout: oauth
title: Box authorization
permalink: /authorize/box
categories: [oauth]
tags: [uses_alerts]
comments: []
---
{% include oauth.html service="Box" %}

View file

@ -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" %}

View file

@ -0,0 +1,9 @@
---
layout: oauth
title: Photobucket authorization
permalink: /authorize/photobucket
categories: [oauth]
tags: [uses_alerts]
comments: []
---
{% include oauth.html service="Photobucket" %}