- Updated API endpoints for user login and organization registration. - Enhanced session management by introducing organization-specific tokens. - Refactored user authentication logic in App component to handle organization memberships. - Improved loading and error handling in user interface components. - Added new components for organization management and Google Drive integration. - Adjusted timeout settings for API requests to improve performance.
527 B
527 B
Metatron.Drive Admin
Organization signup and administration portal for Metatron.Drive. Owners connect Google Drive, share their organization code, and approve or reject membership requests.
Development
npm install
npm run dev
Build
npm run build
Configure the API using VITE_API_BASE_URL. Organization administrators use their global Metatron.Drive user account. The backend-only ADMIN_USERNAME and ADMIN_PASSWORD remain reserved for the future platform-super-admin API.