Description: Add Zitadel authentication work to functions/lambda/go/sehsu/main.go to include OwnerId when creating a SeshuSession, preventing ownership collision.
Testing:
• Unit tests for authentication integration
• Integration tests simulating user authentication flow
Questions/Considerations:
• How do we handle authentication failures?
• Do we need to implement role-based access control?
Dependencies: None
Description: Add Zitadel authentication work to functions/lambda/go/sehsu/main.go to include OwnerId when creating a SeshuSession, preventing ownership collision. Testing: • Unit tests for authentication integration • Integration tests simulating user authentication flow Questions/Considerations: • How do we handle authentication failures? • Do we need to implement role-based access control? Dependencies: None