Back
Lopodesk
Load previous page…
Cleaned up old Guma auth files - removed user_profiles references and duplicate auth pages
#lopodesk
Fixed auth redirects - login/register now redirect to /crm instead of non-existent /dashboard
#lopodesk
Cleaned up project structure - moved components/admin to components/crm, flattened API routes
#lopodesk
I try out and adopt supademo by creating a demo of a very small part.
#lopodesk
app.supademo.com/demo/cmkkzyh…
Updated auth system - simplified OAuth callback, renamed useAdmin to useCrmAuth composable
#lopodesk
Refactored CRM routing - renamed /admin/crm to /crm, removed all admin references from codebase
#lopodesk
Désactiver Click Tracking dans Resend pour éviter que les liens de vérification email soient corrompus
#lopodesk
Identified a security concern with the embeddable chat widget - anyone with the chat code could embed it on any domain. Need to implement domain whitelisting to protect workspaces from unauthorized chat sources.
#lopodesk
Built native WebRTC video conferencing with Supabase Realtime signaling - zero external dependencies
#lopodesk