From 5bae22d7767ed1b7b855e2efdb194687493b8a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Stach?= Date: Sat, 19 Mar 2016 08:59:30 +0100 Subject: [PATCH] Update 2016-03-19-OAuth.md --- _posts/articles/2016-03-19-OAuth.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_posts/articles/2016-03-19-OAuth.md b/_posts/articles/2016-03-19-OAuth.md index 8221b3b..c28c76c 100644 --- a/_posts/articles/2016-03-19-OAuth.md +++ b/_posts/articles/2016-03-19-OAuth.md @@ -8,6 +8,8 @@ comments: true ads: true --- +Many online services use OAuth to grant users time-limited permission to their service. This is a problem for background services. Learn how Duplicati 2.0 works around this. + ## The Issue with OAuth Duplicati is a backup tool running in the background. This usually means that there is no way to prompt users for input easily. This gets even more important when the command line interface is used to run backup scripts automatically and unattended.