mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Added the oauth services which we currently might support.
This commit is contained in:
parent
492150837a
commit
6c0ff83009
3 changed files with 27 additions and 0 deletions
9
pages/authorize/box.html
Normal file
9
pages/authorize/box.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: oauth
|
||||
title: Box authorization
|
||||
permalink: /authorize/box
|
||||
categories: [oauth]
|
||||
tags: [uses_alerts]
|
||||
comments: []
|
||||
---
|
||||
{% include oauth.html service="Box" %}
|
9
pages/authorize/google-photos.html
Normal file
9
pages/authorize/google-photos.html
Normal 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" %}
|
9
pages/authorize/photobucket.html
Normal file
9
pages/authorize/photobucket.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
layout: oauth
|
||||
title: Photobucket authorization
|
||||
permalink: /authorize/photobucket
|
||||
categories: [oauth]
|
||||
tags: [uses_alerts]
|
||||
comments: []
|
||||
---
|
||||
{% include oauth.html service="Photobucket" %}
|
Loading…
Add table
Add a link
Reference in a new issue