- Create api-client.js for automatic auth token handling - Include Authorization header in all API requests - Support for localStorage/sessionStorage token persistence - Handle 401/403 errors with global event dispatch - Add file upload with progress tracking - Update drive.js to use ApiClient - Add api-client.js to index.html |
||
|---|---|---|
| .. | ||
| vendor | ||
| api-client.js | ||
| auth-service.js | ||
| base.js | ||
| home.js | ||
| htmx-app.js | ||
| i18n.js | ||
| theme-manager.js | ||