Skip to content

Extract authentication logic from src/App.tsx to src/services/authService.ts #669

Description

@arii

Identify all logic related to user authentication, such as token management, login/logout functions, and user state initialization, currently residing directly within src/App.tsx. Move this logic into a new dedicated service file, src/services/authService.ts. Update src/App.tsx and any other relevant components to consume the authentication functionality from this new service.

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions