Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Squad App Frontend IPA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Flurin Bandli
  • Squad App Frontend IPA
  • Merge requests
  • !1

Merged
Created Mar 04, 2026 by Flurin Bandli@FlurinBandliMaintainer

feat: implement Nest API client with bearer token authentication

  • Overview 0
  • Commits 1
  • Changes 1

Implemented a central API client for communication with the NestJS backend.

The client authenticates via the /api/auth/login endpoint and retrieves a JWT bearer token.
This token is automatically attached to all subsequent API requests using the Authorization header.

This allows the frontend to access protected backend endpoints without handling authentication logic in individual components.

Testing: The connection was tested by requesting player data from the backend API and verifying that the response was returned correctly.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: feature/backend-integration