You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason why JWT_SECRET and COOKIE_SECRET are not automatically randomly generated? Do they need to be the same each time the server restarts? What cryptographic requirements are they supposed to have? I haven't seen any information documenting these things.
It could be set to to some random string generated with crypto but that value would change every time the server restarted.
The text was updated successfully, but these errors were encountered:
Is there a reason why
JWT_SECRET
andCOOKIE_SECRET
are not automatically randomly generated? Do they need to be the same each time the server restarts? What cryptographic requirements are they supposed to have? I haven't seen any information documenting these things.It could be set to to some random string generated with
crypto
but that value would change every time the server restarted.The text was updated successfully, but these errors were encountered: