Skip to content

Handle Authentication when user is signing up with google #61

@Bluesparx

Description

@Bluesparx

Problem

Currently, all protected routes rely on JWT verification for user authentication. It does not handle the scenario where a user signs up or logs in using Google (Firebase). As a result, users authenticated via Google can bypass the JWT verification or face issues accessing protected routes.

Solution:

  • Implement a unified authentication system that supports both JWT-based sessions and Firebase tokens.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions