add oauth flow routes

This commit is contained in:
Jay
2019-12-28 14:38:38 +00:00
parent 369e8d3f6e
commit 6ff437be99
10 changed files with 367 additions and 13 deletions
+10
View File
@@ -1,4 +1,14 @@
port: 10230
google:
api_key: ''
client_id: ''
auth_url: ''
token_url: ''
client_secret: ''
redirect_url: ''
scopes:
- https://www.googleapis.com/auth/calendar.readonly
- https://www.googleapis.com/auth/calendar.events.readonly
storage:
path: '/tmp/cal.json'