meetnearme / api

1 stars 0 forks source link

Integrate Zitadel Authentication #97

Open Brandon-G-Tripp opened 3 months ago

Brandon-G-Tripp commented 3 months ago

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