Skip to content

Move auth details from localStorage to cookies #921

@moshfeu

Description

@moshfeu

Now that we fetch data from nextjs server, we need the auth details (token) to be available in the server too.
The way to do it is to move this data from localStorage to cookie.

There is no impact on the user once this is done but it allow us to give better user experience and reduce server calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    level: playerMedium level task - Usually require small code design / exploring tools skills

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions