#Recover PAYLOAD_SECRET_KEY?
1 messages · Page 1 of 1 (latest)
Oh actually I had misunderstood what the secret key was used for. After doing some more reading of the documentation (https://payloadcms.com/docs/getting-started/installation#server), sounds like it's only used to generate the user tokens (JWT).
So I assume that the only downside of changing the secret key would be invalidating current user tokens. 👍