Implement player invite system #21

Open
opened 2025-12-16 15:55:45 +01:00 by vikingowl · 0 comments
Owner

Create campaign invitation flow.

Endpoints

  • POST /campaigns/:id/invite - Generate invite token
  • POST /invites/:token/accept - Accept invitation

Tasks

  • Generate secure invite tokens
  • Set token expiration
  • (Optional) Email sending integration
  • Handle existing user vs new user invites
Create campaign invitation flow. ## Endpoints - [ ] POST `/campaigns/:id/invite` - Generate invite token - [ ] POST `/invites/:token/accept` - Accept invitation ## Tasks - [ ] Generate secure invite tokens - [ ] Set token expiration - [ ] (Optional) Email sending integration - [ ] Handle existing user vs new user invites
vikingowl added this to the M4: Session Notes Beta milestone 2025-12-16 15:55:45 +01:00
vikingowl added the api label 2025-12-16 15:55:45 +01:00
vikingowl added this to the Phase 2: Session Notes project 2025-12-16 16:07:02 +01:00
Sign in to join this conversation.