ducky/web
ducky/web/build/200.html
Implement OAuth token refreshing helper. Create an ampersand-sync/XHR request wrapper that will detect when a request fails because an OAuth2 token has expired, and will try to refresh the token then retry the request.
| paddy@3 | 1 <!DOCTYPE html> |
| paddy@3 | 2 <html> |
| paddy@3 | 3 <head> |
| paddy@3 | 4 <meta charset="utf-8"> |
| paddy@3 | 5 <link rel="stylesheet" href="/static/main.css" /> |
| paddy@3 | 6 </head> |
| paddy@3 | 7 <body> |
| paddy@3 | 8 </body> |
| paddy@3 | 9 <script src="/static/common.js"></script> |
| paddy@3 | 10 <script src="/static/bundle.js"></script> |
| paddy@3 | 11 </html> |