Open
Conversation
- Implement `NextAuth` authentication with role-based user sessions. - Add middleware for routing based on authentication and authorization status. - Introduce classroom indexing and management using Prisma. - Add migrations and seed data for initial database setup. - Create dashboard and login pages with functionality for managing classrooms. - Enhance role-based TTS voice resolution and Uzbek/Chinese language support.
- Implement user registration with validation and role assignment. - Add password change feature with current password verification. - Create user management dashboard for admins to view, update roles, and delete users. - Introduce server-side APIs for user management, registration, and password updates. - Enhance i18n support with new strings for authentication-related actions.
…ponent; fix non-null assertion in JWT callback
- Log Cloudflare Tunnel events for server access diagnostics. - Improve redirects for dynamic base URLs in tunneled environments. - Add `trustHost` option to `NextAuth` for secure tunneling. - Enhance login error handling and streamline form submission. - Add registration button and i18n translations for user-facing prompts.
- Introduce model-based grouping for provider voices in UI components. - Extend TTS/ASR API and configuration to handle model IDs. - Enhance preview and voice resolution logic to include model selection. - Add MiniMax image and video generation providers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Related Issues
Changes
Type of Change
Verification
Steps to reproduce / test
What you personally verified
Evidence
pnpm check && pnpm lint && npx tsc --noEmit)Checklist