MOHAN 266789daf5 Refactor admin API and user authentication flow
- 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.
2026-07-06 15:37:14 +05:30

19 lines
527 B
Markdown

# 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
```powershell
npm install
npm run dev
```
## Build
```powershell
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.