Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Session secret should remain the same between hot reloads #372

@flexdinesh

Description

@flexdinesh

Session secret was recently changed from static to dynamic.

The intention is good that static strings should not be used as session secrets and they should be crypto strings. But since changes hot reload the server, the session secret gets reset between hot reloads and forces the user to login again into their Admin UI for every single change during development. We should either figure out how to persist the session secret during hot reloads or revert back to the previous approach of using static string as a secret.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions