ducky/web

Paddy 2015-06-30 Parent:99a43a6d1d30 Child:5d47855181e1

12:791aec3eb17b Go to Latest

ducky/web/index.html

Update our profile model to use our refresh helper. Update our profile model to send the correct authorization header when making requests, and if the request fails because the OAuth token has expired, try to use the refresh token to obtain a new access token, then retry the request.

History
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <link rel="stylesheet" href="/static/main.css" />
6 </head>
7 <body>
8 </body>
9 <script src="/static/common.js"></script>
10 <script src="/static/bundle.js"></script>
11 </html>